on x86_64, `osb-browser http://sourceforge.net/\` gets Segmentation fault. It works fine on my x86(same gentoo env).
$ gdb osb-browser
(gdb) run http://sourceforge.net/
(snip)
** (osb-browser:9717): WARNING **: NotYetImplemented: virtual void BridgeImpl::windowObjectCleared()
- KWQLoader.cpp:84 bool KWQServeRequest(khtml::Loader*, khtml::Request*, KIO::TransferJob*) - Serving request for base http://sourceforge.net/, url http://static.sourceforge.net/css/sfx.php?secure=0&20061201-0758
** (osb-browser:9717): WARNING **: NotYetImplemented: virtual void BridgeImpl::setIconURL(const gchar*, const gchar*)
- KWQLoader.cpp:84 bool KWQServeRequest(khtml::Loader*, khtml::Request*, KIO::TransferJob*) - Serving request for base http://sourceforge.net/, url http://static.sourceforge.net/css/sfxjs.php?secure=0&20061201-0758
- KWQLoader.cpp:84 bool KWQServeRequest(khtml::Loader*, khtml::Request*, KIO::TransferJob*) - Serving request for base http://sourceforge.net/, url http://static.sourceforge.net/include/thickbox/jquery.js
------------------------------------------------------------------
^
Length = 8 top_bracket = 0 top_backref = 0
anchored
0 4 Bra 0
3 ^
4 4 Ket
7 End
------------------------------------------------------------------
>>>> Match against:
start bracket 0
end bracket 0
ims reset to 00
>>>> returning 1
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 47290357474160 (LWP 9717)]
0x00002b02a21aaee3 in kjs_dtoa () from /usr/lib/libjscore-0.5.3.so.1
(gdb)
Logged In: YES
user_id=1141530
Originator: NO
Interesting.. Unfortunately I cannot test to confirm or inverstigate this..
If you compile JavaScriptCore with --enable-debug, you should be able to get the exact line where the program crashed..
also, it's always helpful if you provide backtrace with the crash. You can do that in gdb by using command 'bt'
Kimmo
Logged In: YES
user_id=1223577
Originator: YES
sorry, I couldn't fix the issue. log attached.
File Added: osb-browser_gdb_bt.txt