[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations
From: |
Markus Mützel |
Subject: |
[Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations |
Date: |
Wed, 27 Nov 2024 10:49:24 -0500 (EST) |
Update of bug #66477 (group octave):
Status: None => Need Info
_______________________________________________________
Follow-up Comment #10:
I tried to reproduce the issue on Ubuntu 24.10 by configuring Octave with:
../configure --disable-java --disable-docs --enable-address-sanitizer-flags
CPPFLAGS=-I/usr/include/hdf5/serial LDFLAGS=-L/usr/lib/$(dpkg-architecture
-qDEB_HOST_MULTIARCH)/hdf5/serial CC=clang 'CXX=clang++ -std=gnu++17'
'CFLAGS=-ggdb3 -O0' 'CXXFLAGS=-ggdb3 -O0' 'FFLAGS=-ggdb3 -O0'
But the steps from comment #0 don't cause an issue for me:
$ LSAN_OPTIONS="leak_check_at_exit=0" ./run-octave -qf
octave:1> ls a
PKG_ADD
octave:2> addpath('a')
subdirs =
{
[1,1] = junk1
[1,2] = junk2
}
warning: addpath:
/home/osboxes/Documents/Repositories/Octave/octave-2/.build-asan-clang/a/junk2:
No such file or directory
warning: called from
a/PKG_ADD at line 2 column 1
warning: addpath:
/home/osboxes/Documents/Repositories/Octave/octave-2/.build-asan-clang/a/junk1:
No such file or directory
warning: called from
a/PKG_ADD at line 2 column 1
octave:3>
These steps don't trigger any issue with the GCC ASAN for me either.
Am I missing something?
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?66477>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations, (continued)
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations, Dmitri A. Sergatskov, 2024/11/22
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations, Markus Mützel, 2024/11/25
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations, Dmitri A. Sergatskov, 2024/11/25
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations, Dmitri A. Sergatskov, 2024/11/25
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations, John W. Eaton, 2024/11/25
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations, Markus Mützel, 2024/11/25
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations, Dmitri A. Sergatskov, 2024/11/25
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations, Markus Mützel, 2024/11/25
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations,
Markus Mützel <=
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations, Dmitri A. Sergatskov, 2024/11/27
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations, Dmitri A. Sergatskov, 2024/11/27
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations, Markus Mützel, 2024/11/27
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations, Dmitri A. Sergatskov, 2024/11/27
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations, Markus Mützel, 2024/11/27
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations, Dmitri A. Sergatskov, 2024/11/27
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations, Markus Mützel, 2024/11/29
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations, Dmitri A. Sergatskov, 2024/11/29
- [Octave-bug-tracker] [bug #66477] ASAN error with path(_) manipulations, Markus Mützel, 2024/11/30