Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- asus% export TDE_DEBUG=1
- asus% gdb konqueror
- GNU gdb (GDB) 15.1 [GDB v15.1 for FreeBSD]
- Copyright (C) 2024 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
- Type "show copying" and "show warranty" for details.
- This GDB was configured as "x86_64-portbld-freebsd15.0".
- Type "show configuration" for configuration details.
- For bug reporting instructions, please see:
- <https://www.gnu.org/software/gdb/bugs/>.
- Find the GDB manual and other documentation resources online at:
- <http://www.gnu.org/software/gdb/documentation/>.
- For help, type "help".
- Type "apropos word" to search for commands related to "word"...
- Reading symbols from konqueror...
- (gdb) r https://google.com
- Starting program: /opt/trinity/bin/konqueror https://google.com
- Program received signal SIGSEGV, Segmentation fault.
- Address not mapped to object.
- KJS::ValueImp::setGcAllowed (this=0x1) at ./kjs/value.cpp:78
- 78 _flags |= VI_GCALLOWED;
- (gdb) bt full
- #0 KJS::ValueImp::setGcAllowed (this=0x1) at ./kjs/value.cpp:78
- No locals.
- #1 0x0000000804bdc02e in KJS::ObjectImp::putDirect (this=0x8041ccb60, propertyName=...,
- value=0x1, attr=14) at ./kjs/object.cpp:474
- No locals.
- #2 0x0000000804bbf7a9 in KJS::StringPrototypeImp::StringPrototypeImp (this=0x8041ccb60,
- objProto=<optimized out>) at ./kjs/string_object.cpp:172
- protect = {rep = 0x8041ccb60}
- #3 0x0000000804bc8e4f in KJS::InterpreterImp::initGlobalObject (
- this=this@entry=0x804261c80) at ./kjs/internal.cpp:611
- funcProto = 0x8041ccbc0
- objProto = 0x8041ccb00
- arrayProto = 0x8041d0460
- stringProto = <optimized out>
- booleanProto = <optimized out>
- numberProto = <optimized out>
- dateProto = <optimized out>
- regexpProto = <optimized out>
- errorProto = <optimized out>
- #4 0x0000000804bc8a96 in KJS::InterpreterImp::InterpreterImp (this=0x804261c80,
- interp=<optimized out>, glob=...) at ./kjs/internal.cpp:586
- No locals.
- #5 0x0000000804bdc2a9 in KJS::Interpreter::Interpreter (this=0x804df9ce0, global=...)
- at ./kjs/interpreter.cpp:114
- No locals.
- #6 0x0000000804944fb9 in KJS::ScriptInterpreter::ScriptInterpreter(KJS::Object const&, tdehtml::ChildFrame*) () from /opt/trinity/lib/libtdehtml.so.14
- No symbol table info available.
- #7 0x000000080499727d in KJS::KJSProxyImpl::initScript() ()
- --Type <RET> for more, q to quit, c to continue without paging--c
- from /opt/trinity/lib/libtdehtml.so.14
- No symbol table info available.
- #8 0x0000000804996eb3 in KJS::KJSProxyImpl::evaluate(TQString, int, TQString const&, DOM::Node const&, KJS::Completion*) () from /opt/trinity/lib/libtdehtml.so.14
- No symbol table info available.
- #9 0x000000080490af66 in TDEHTMLPart::executeScript(TQString const&, int, DOM::Node const&, TQString const&) () from /opt/trinity/lib/libtdehtml.so.14
- No symbol table info available.
- #10 0x0000000804a11d03 in tdehtml::HTMLTokenizer::scriptExecution(TQString const&, TQString const&, int) () from /opt/trinity/lib/libtdehtml.so.14
- No symbol table info available.
- #11 0x0000000804a10ce5 in tdehtml::HTMLTokenizer::scriptHandler() ()
- from /opt/trinity/lib/libtdehtml.so.14
- No symbol table info available.
- #12 0x0000000804a103e2 in tdehtml::HTMLTokenizer::parseSpecial(tdehtml::TokenizerString&)
- () from /opt/trinity/lib/libtdehtml.so.14
- No symbol table info available.
- #13 0x0000000804a14543 in tdehtml::HTMLTokenizer::write(tdehtml::TokenizerString const&, bool) () from /opt/trinity/lib/libtdehtml.so.14
- No symbol table info available.
- #14 0x000000080490e5ca in TDEHTMLPart::write(char const*, int) ()
- from /opt/trinity/lib/libtdehtml.so.14
- No symbol table info available.
- #15 0x000000080490cdb3 in TDEHTMLPart::slotData(TDEIO::Job*, TQMemArray<char> const&) ()
- from /opt/trinity/lib/libtdehtml.so.14
- No symbol table info available.
- #16 0x0000000804927bfb in TDEHTMLPart::tqt_invoke(int, TQUObject*) ()
- from /opt/trinity/lib/libtdehtml.so.14
- No symbol table info available.
- #17 0x0000000801870ac1 in TQObject::activate_signal(TQConnectionList*, TQUObject*) ()
- from /opt/trinity/lib/libtqt-mt.so.3
- No symbol table info available.
- #18 0x0000000800863546 in TDEIO::TransferJob::data(TDEIO::Job*, TQMemArray<char> const&)
- () from /opt/trinity/lib/libtdeio.so.14
- No symbol table info available.
- #19 0x00000008008779c5 in TDEIO::TransferJob::tqt_invoke(int, TQUObject*) ()
- from /opt/trinity/lib/libtdeio.so.14
- No symbol table info available.
- #20 0x0000000801870ac1 in TQObject::activate_signal(TQConnectionList*, TQUObject*) ()
- from /opt/trinity/lib/libtqt-mt.so.3
- No symbol table info available.
- #21 0x00000008008528de in TDEIO::SlaveInterface::data(TQMemArray<char> const&) ()
- from /opt/trinity/lib/libtdeio.so.14
- No symbol table info available.
- #22 0x00000008008522b1 in TDEIO::SlaveInterface::dispatch(int, TQMemArray<char> const&)
- () from /opt/trinity/lib/libtdeio.so.14
- No symbol table info available.
- #23 0x00000008008516f1 in TDEIO::SlaveInterface::dispatch() ()
- from /opt/trinity/lib/libtdeio.so.14
- No symbol table info available.
- #24 0x000000080084fb9b in TDEIO::Slave::gotInput() ()
- from /opt/trinity/lib/libtdeio.so.14
- No symbol table info available.
- #25 0x0000000800851192 in TDEIO::Slave::tqt_invoke(int, TQUObject*) ()
- from /opt/trinity/lib/libtdeio.so.14
- No symbol table info available.
- #26 0x0000000801870ac1 in TQObject::activate_signal(TQConnectionList*, TQUObject*) ()
- from /opt/trinity/lib/libtqt-mt.so.3
- No symbol table info available.
- #27 0x0000000801870cb2 in TQObject::activate_signal(int, int) ()
- from /opt/trinity/lib/libtqt-mt.so.3
- No symbol table info available.
- #28 0x000000080188c8a7 in TQSocketNotifier::event(TQEvent*) ()
- from /opt/trinity/lib/libtqt-mt.so.3
- No symbol table info available.
- #29 0x000000080181fd78 in TQApplication::internalNotify(TQObject*, TQEvent*) ()
- from /opt/trinity/lib/libtqt-mt.so.3
- No symbol table info available.
- #30 0x0000000801151706 in TDEApplication::notify(TQObject*, TQEvent*) ()
- from /opt/trinity/lib/libtdecore.so.14
- No symbol table info available.
- #31 0x0000000801812b15 in TQEventLoop::activateSocketNotifiers() ()
- from /opt/trinity/lib/libtqt-mt.so.3
- No symbol table info available.
- #32 0x0000000801800e02 in TQEventLoop::gsourceDispatch(_GSource*) ()
- from /opt/trinity/lib/libtqt-mt.so.3
- No symbol table info available.
- #33 0x00000008018010e1 in qt_gsource_dispatch(_GSource*, int (*)(void*), void*) ()
- from /opt/trinity/lib/libtqt-mt.so.3
- No symbol table info available.
- #34 0x0000000802a01511 in ?? () from /usr/local/lib/libglib-2.0.so.0
- No symbol table info available.
- #35 0x0000000802a019a3 in ?? () from /usr/local/lib/libglib-2.0.so.0
- No symbol table info available.
- #36 0x0000000802a01a46 in g_main_context_iteration ()
- from /usr/local/lib/libglib-2.0.so.0
- No symbol table info available.
- #37 0x0000000801800841 in TQEventLoop::processEvents(unsigned int) ()
- from /opt/trinity/lib/libtqt-mt.so.3
- No symbol table info available.
- #38 0x000000080182ebf1 in TQEventLoop::enterLoop() ()
- from /opt/trinity/lib/libtqt-mt.so.3
- No symbol table info available.
- #39 0x000000080182eb3e in TQEventLoop::exec() () from /opt/trinity/lib/libtqt-mt.so.3
- No symbol table info available.
- #40 0x00000008002dca3d in kdemain () from /opt/trinity/lib/libtdeinit_konqueror.so
- No symbol table info available.
- #41 0x0000000801c4f8ef in __libc_start1 (argc=2, argv=0x7fffffffd610,
- env=0x7fffffffd628, cleanup=<optimized out>, mainX=0x2017b0 <main>)
- at /usr/src/lib/libc/csu/libc_start1.c:180
- No locals.
- #42 0x0000000000201754 in _start () at /usr/src/lib/csu/amd64/crt1_s.S:80
- No locals.
- (gdb)
Advertisement
Add Comment
Please, Sign In to add comment