[BUG] libffi needs to be rebuilt for i386

2014-10-13 Thread Pavel Fedin
Hello! I have found another problem, this time in libffi. Something appears to be wrong with the binary, and on my system it failed to execute its DllMain. As a result, it did not register its .eh_frame contents, and upon module unload i got abort() in __deregister_frame_info_bases() I started

Re: [BUG] libffi needs to be rebuilt for i386

2014-10-13 Thread Marco Atzeri
On 10/13/2014 11:39 AM, Pavel Fedin wrote: Hello! I have found another problem, this time in libffi. Something appears to be wrong with the binary, and on my system it failed to execute its DllMain. As a result, it did not register its .eh_frame contents, and upon module unload i got

Re: [BUG] libffi needs to be rebuilt for i386

2014-10-13 Thread Pavel Fedin
Hello, Marco. Monday, October 13, 2014, 13:56:57 you wrote: FYI debug symbols are in libffi-debuginfo package Thank you, i know this. Actually, when i started my research, i noticed that DllMain() and corresponding init code is not called for libffi. I started to examine that. I don't