unfortunately, it still crash for me with pd from git today and gem [0e130d]
with this backtrace :
Program received signal SIGSEGV, Segmentation fault. 0x00000000004125b9 in canvas_makefilename () (gdb) bt #0 0x00000000004125b9 in canvas_makefilename () #1 0x00007ffff334b1f8 in gem::RTE::RTE::findFile (this=this@entry=0x80cd90, f=..., e=..., ctx=ctx@entry=0x0) at RTE.cpp:139 #2 0x00007ffff34f2d12 in pix_frei0r::loader (canvas=canvas@entry=0x0, classname=...) at pix_frei0r.cpp:534 #3 0x00007ffff34f3676 in frei0r_loader (canvas=0x0, classname=<optimized out>) at pix_frei0r.cpp:553 #4 0x00000000004874b8 in sys_load_lib () #5 0x0000000000480253 in glob_initfromgui () #6 0x000000000046eff8 in pd_typedmess () #7 0x000000000047895c in binbuf_eval () #8 0x0000000000482b7c in socketreceiver_read () #9 0x0000000000481f2d in sys_domicrosleep.constprop () #10 0x000000000047ed10 in m_mainloop () #11 0x00007ffff6deeec5 in __libc_start_main (main=0x4119a0 <main>, argc=4, argv=0x7fffffffdf08, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffdef8) at libc-start.c:287 #12 0x00000000004119ce 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: Tue Jul 08, 2014 09:00 AM 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.