Wed 28 May 2014 12:47:51 PM UTC, original submission:
After updating distribution to Ubuntu 14.04, Octave 3.8 crashes prior to startup with a segmentation fault.
This occurs both with the version installed from the package manager, and if it is built and installed manually.
GDB output / backtrace running the version installed from package manager:
Starting program: /usr/bin/octave
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
process 13255 is executing new program: /usr/bin/octave-cli
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff681ceb4 in pthread_mutex_init (mutex=0x606fc0, mutexattr=0x7fffffffdf90) at forward.c:188
188 forward.c: No such file or directory.
(gdb) backtrace
#0 0x00007ffff681ceb4 in pthread_mutex_init (mutex=0x606fc0, mutexattr=0x7fffffffdf90) at forward.c:188
#1 0x00007ffff62bdaa6 in octave_mutex::octave_mutex() () from /usr/lib/x86_64-linux-gnu/liboctave.so.2
#2 0x00007ffff5744095 in ?? () from /usr/lib/x86_64-linux-gnu/liboctave.so.2
#3 0x00007ffff7dea13a in call_init (l=<optimised out>, argc=argc@entry=1, argv=argv@entry=0x7fffffffe048, env=env@entry=0x7fffffffe058) at dl-init.c:78
#4 0x00007ffff7dea223 in call_init (env=<optimised out>, argv=<optimised out>, argc=<optimised out>, l=<optimised out>) at dl-init.c:36
#5 _dl_init (main_map=0x7ffff7ffe1c8, argc=1, argv=0x7fffffffe048, env=0x7fffffffe058) at dl-init.c:126
#6 0x00007ffff7ddb30a in _dl_start_user () from /lib64/ld-linux-x86-64.so.2
#7 0x0000000000000001 in ?? ()
#8 0x00007fffffffe385 in ?? ()
#9 0x0000000000000000 in ?? ()
Output is almost identical with the version built and installed manually (installed under /opt/octave3.8)
GCC version, if this helps, is: 4.8.2
Note that running make check also results in segfault.
|