Re: [perl #50708] segfault in pbc_merge

2008-02-19 Thread Ryan Voots
chromatic via RT wrote: On Sunday 10 February 2008 21:56:06 Ryan Voots wrote: When calling pbc_merge outside of the parrot root I encountered a segfault because pbc_merge cannot find lua_group.so, when run inside the parrot root it is able to find the .so inside the runtime directory. a simple

Re: [perl #50708] segfault in pbc_merge

2008-02-18 Thread chromatic
On Sunday 10 February 2008 21:56:06 Ryan Voots wrote: > When calling pbc_merge outside of the parrot root I encountered a > segfault because pbc_merge cannot find lua_group.so, when run inside the > parrot root it is able to find the .so inside the runtime directory. > > a simple test case of this