hum
I still got crashes but with different bt :
Program received signal SIGSEGV, Segmentation fault. strlen () at ../sysdeps/x86_64/strlen.S:106 106 ../sysdeps/x86_64/strlen.S: Aucun fichier ou dossier de ce type. (gdb) bt #0 strlen () at ../sysdeps/x86_64/strlen.S:106 #1 0x00000000004823af in sys_trytoopenone () #2 0x00000000004827ae in do_open_via_path () #3 0x000000000048287c in open_via_path () #4 0x00007ffff334b0f1 in gem::RTE::RTE::findFile (this=this@entry=0x7bc7d0, f=..., e=..., ctx=ctx@entry=0x0) at RTE.cpp:119 #5 0x00007ffff34f2d12 in pix_frei0r::loader (canvas=canvas@entry=0x0, classname=...) at pix_frei0r.cpp:535 #6 0x00007ffff34f3676 in frei0r_loader (canvas=0x0, classname=<optimized out>) at pix_frei0r.cpp:554 #7 0x0000000000481841 in sys_load_lib () #8 0x00000000004796cb in glob_initfromgui () #9 0x0000000000467a29 in pd_typedmess () #10 0x00000000004728aa in binbuf_eval () #11 0x000000000047c629 in socketreceiver_read () #12 0x000000000047b17a in sys_domicrosleep.constprop () #13 0x0000000000476731 in m_mainloop () #14 0x00007ffff6deeec5 in __libc_start_main (main=0x411800 <main>, argc=4, argv=0x7fffffffdec8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffdeb8) at libc-start.c:287 #15 0x0000000000411831 in _start ()
[bugs:#225] Pd crash when pix_foo (a non-existent library) is loaded after Gem
Status: closed-fixed
Group: any_operating_system
Created: Sat Jul 05, 2014 03:06 PM UTC by Antoine Villeret
Last Updated: Mon Jul 07, 2014 12:13 PM UTC
Owner: IOhannes m zmölnig
load pd with Gem and a non-existent library pix_foo
:
pd -noprefs -lib Gem:pix_foo
Pd crash with this backtrace :
Thread 1 (Thread 0x7ffff7fba740 (LWP 15658)):
stack_end=0x7fffffffdeb8) at libc-start.c:287
Starting pd with :
pd -noprefs -lib pix_foo
works and I got in the console :
pix_foo: can't load library
Starting pd with :
pd -noprefs -lib Gem:foo
works and I got in the console (after Gem loading message):
foo: can't load library
Sent from sourceforge.net because gem-dev@lists.iem.at is subscribed to https://sourceforge.net/p/pd-gem/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pd-gem/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.