Menu

#16 Segmentation fault on x86_64

open
5
2007-04-13
2007-04-12
No

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)

Discussion

  • Kimmo Kinnunen

    Kimmo Kinnunen - 2007-04-13

    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

     
  • Kimmo Kinnunen

    Kimmo Kinnunen - 2007-04-13
    • assigned_to: nobody --> kkimmo
     
  • MATSUU Takuto

    MATSUU Takuto - 2007-04-13
     
  • MATSUU Takuto

    MATSUU Takuto - 2007-04-13

    Logged In: YES
    user_id=1223577
    Originator: YES

    sorry, I couldn't fix the issue. log attached.

    File Added: osb-browser_gdb_bt.txt

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.