Re: virtualbox-ose segfaults on 10.0

2014-02-20 Thread Gour
On Thu, 26 Dec 2013 13:35:57 -0600 Joe Maloney wrote: Hello Joe. > Indeed this this does fix the segfaulting for me on PCBSD. I’ve also > been told that openjdk7 segfaults which uses gcc for compile. I'm experiencing the segfaults fish: Job 1, “VirtualBox ” terminated by signal SIGSEGV (Addre

Re: virtualbox-ose segfaults on 10.0

2013-12-26 Thread Joe Maloney
Indeed this this does fix the segfaulting for me on PCBSD. I’ve also been told that openjdk7 segfaults which uses gcc for compile. Perhaps the issue is not just limited to virtualbox being compiled with gcc on 10 as it was removed from base and is now only in ports? I am going to test this th

Re: virtualbox-ose segfaults on 10.0

2013-12-25 Thread Joe Maloney
I’ve been doing some more testing and your port works in FreeBSD 10.0 RC2 x64 as long as I don’t use KDE. If using KDE I can get it to work without the segfault by unsetting QT_PLUGIN_PATH in Konsole. It does not work whatsoever with PCBSD 10 as of the p1-12-23-2013 release. http://iso.cdn.

Re: virtualbox-ose segfaults on 10.0

2013-12-17 Thread Joe Maloney
No problem. I still get the segfault even with new patch unfortunatley. I did confirm the installed port revision was virtualbox-ose-4.2.20_2. Below are the results you asked for from ldd + readelf. If you need me to test more just let me know. Joe Maloney [jmaloney@jm-desk-pc] ~% sudo ldd /us

Re: virtualbox-ose segfaults on 10.0

2013-12-17 Thread Bernhard Fröhlich
Thanks a lot for your help! I have committed a patch now that should fix this issue once and for all. http://svnweb.freebsd.org/ports?view=revision&revision=336768 The analysis has shown that the vbox buildsystem has a strange check as part of their hardening that strips away rpath for Hardened-R

Re: virtualbox-ose segfaults on 10.0

2013-12-13 Thread Joe Maloney
[jmaloney@jm-desk-pc] ~% sudo ldd /usr/local/bin/VirtualBox Password: /usr/local/bin/VirtualBox: libthr.so.3 => /lib/libthr.so.3 (0x800822000) libstdc++.so.6 => /usr/local/lib/gcc46/libstdc++.so.6 (0x800a47000) libm.so.5 => /lib/libm.so.5 (0x800d4b000) libgcc_s.so.1

Re: virtualbox-ose segfaults on 10.0

2013-12-13 Thread Bernhard Fröhlich
Am 12.12.2013 21:24 schrieb "Joe Maloney" : > > I cannot get the qt4 interface to start in FreeBSD 10. VboxManage seems > to work fine. This was just tested with the latest port a few hours ago > after Makefile change 336267 Virtualbox 4.2.20. Below is a backtrace. > > Joe Maloney > > [jmaloney@

virtualbox-ose segfaults on 10.0

2013-12-12 Thread Joe Maloney
I cannot get the qt4 interface to start in FreeBSD 10. VboxManage seems to work fine. This was just tested with the latest port a few hours ago after Makefile change 336267 Virtualbox 4.2.20. Below is a backtrace. Joe Maloney [jmaloney@jm-desk-pc] ~% sudo gdb /usr/local/lib/virtualbox/VirtualB