Guest User

Untitled

a guest
Feb 2nd, 2026
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.75 KB | None | 0 0
  1. asus% export TDE_DEBUG=1
  2. asus% gdb konqueror
  3. GNU gdb (GDB) 15.1 [GDB v15.1 for FreeBSD]
  4. Copyright (C) 2024 Free Software Foundation, Inc.
  5. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  6. This is free software: you are free to change and redistribute it.
  7. There is NO WARRANTY, to the extent permitted by law.
  8. Type "show copying" and "show warranty" for details.
  9. This GDB was configured as "x86_64-portbld-freebsd15.0".
  10. Type "show configuration" for configuration details.
  11. For bug reporting instructions, please see:
  12. <https://www.gnu.org/software/gdb/bugs/>.
  13. Find the GDB manual and other documentation resources online at:
  14. <http://www.gnu.org/software/gdb/documentation/>.
  15.  
  16. For help, type "help".
  17. Type "apropos word" to search for commands related to "word"...
  18. Reading symbols from konqueror...
  19. (gdb) r https://google.com
  20. Starting program: /opt/trinity/bin/konqueror https://google.com
  21.  
  22. Program received signal SIGSEGV, Segmentation fault.
  23. Address not mapped to object.
  24. KJS::ValueImp::setGcAllowed (this=0x1) at ./kjs/value.cpp:78
  25. 78 _flags |= VI_GCALLOWED;
  26. (gdb) bt full
  27. #0 KJS::ValueImp::setGcAllowed (this=0x1) at ./kjs/value.cpp:78
  28. No locals.
  29. #1 0x0000000804bdc02e in KJS::ObjectImp::putDirect (this=0x8041ccb60, propertyName=...,
  30. value=0x1, attr=14) at ./kjs/object.cpp:474
  31. No locals.
  32. #2 0x0000000804bbf7a9 in KJS::StringPrototypeImp::StringPrototypeImp (this=0x8041ccb60,
  33. objProto=<optimized out>) at ./kjs/string_object.cpp:172
  34. protect = {rep = 0x8041ccb60}
  35. #3 0x0000000804bc8e4f in KJS::InterpreterImp::initGlobalObject (
  36. this=this@entry=0x804261c80) at ./kjs/internal.cpp:611
  37. funcProto = 0x8041ccbc0
  38. objProto = 0x8041ccb00
  39. arrayProto = 0x8041d0460
  40. stringProto = <optimized out>
  41. booleanProto = <optimized out>
  42. numberProto = <optimized out>
  43. dateProto = <optimized out>
  44. regexpProto = <optimized out>
  45. errorProto = <optimized out>
  46. #4 0x0000000804bc8a96 in KJS::InterpreterImp::InterpreterImp (this=0x804261c80,
  47. interp=<optimized out>, glob=...) at ./kjs/internal.cpp:586
  48. No locals.
  49. #5 0x0000000804bdc2a9 in KJS::Interpreter::Interpreter (this=0x804df9ce0, global=...)
  50. at ./kjs/interpreter.cpp:114
  51. No locals.
  52. #6 0x0000000804944fb9 in KJS::ScriptInterpreter::ScriptInterpreter(KJS::Object const&, tdehtml::ChildFrame*) () from /opt/trinity/lib/libtdehtml.so.14
  53. No symbol table info available.
  54. #7 0x000000080499727d in KJS::KJSProxyImpl::initScript() ()
  55. --Type <RET> for more, q to quit, c to continue without paging--c
  56. from /opt/trinity/lib/libtdehtml.so.14
  57. No symbol table info available.
  58. #8 0x0000000804996eb3 in KJS::KJSProxyImpl::evaluate(TQString, int, TQString const&, DOM::Node const&, KJS::Completion*) () from /opt/trinity/lib/libtdehtml.so.14
  59. No symbol table info available.
  60. #9 0x000000080490af66 in TDEHTMLPart::executeScript(TQString const&, int, DOM::Node const&, TQString const&) () from /opt/trinity/lib/libtdehtml.so.14
  61. No symbol table info available.
  62. #10 0x0000000804a11d03 in tdehtml::HTMLTokenizer::scriptExecution(TQString const&, TQString const&, int) () from /opt/trinity/lib/libtdehtml.so.14
  63. No symbol table info available.
  64. #11 0x0000000804a10ce5 in tdehtml::HTMLTokenizer::scriptHandler() ()
  65. from /opt/trinity/lib/libtdehtml.so.14
  66. No symbol table info available.
  67. #12 0x0000000804a103e2 in tdehtml::HTMLTokenizer::parseSpecial(tdehtml::TokenizerString&)
  68. () from /opt/trinity/lib/libtdehtml.so.14
  69. No symbol table info available.
  70. #13 0x0000000804a14543 in tdehtml::HTMLTokenizer::write(tdehtml::TokenizerString const&, bool) () from /opt/trinity/lib/libtdehtml.so.14
  71. No symbol table info available.
  72. #14 0x000000080490e5ca in TDEHTMLPart::write(char const*, int) ()
  73. from /opt/trinity/lib/libtdehtml.so.14
  74. No symbol table info available.
  75. #15 0x000000080490cdb3 in TDEHTMLPart::slotData(TDEIO::Job*, TQMemArray<char> const&) ()
  76. from /opt/trinity/lib/libtdehtml.so.14
  77. No symbol table info available.
  78. #16 0x0000000804927bfb in TDEHTMLPart::tqt_invoke(int, TQUObject*) ()
  79. from /opt/trinity/lib/libtdehtml.so.14
  80. No symbol table info available.
  81. #17 0x0000000801870ac1 in TQObject::activate_signal(TQConnectionList*, TQUObject*) ()
  82. from /opt/trinity/lib/libtqt-mt.so.3
  83. No symbol table info available.
  84. #18 0x0000000800863546 in TDEIO::TransferJob::data(TDEIO::Job*, TQMemArray<char> const&)
  85. () from /opt/trinity/lib/libtdeio.so.14
  86. No symbol table info available.
  87. #19 0x00000008008779c5 in TDEIO::TransferJob::tqt_invoke(int, TQUObject*) ()
  88. from /opt/trinity/lib/libtdeio.so.14
  89. No symbol table info available.
  90. #20 0x0000000801870ac1 in TQObject::activate_signal(TQConnectionList*, TQUObject*) ()
  91. from /opt/trinity/lib/libtqt-mt.so.3
  92. No symbol table info available.
  93. #21 0x00000008008528de in TDEIO::SlaveInterface::data(TQMemArray<char> const&) ()
  94. from /opt/trinity/lib/libtdeio.so.14
  95. No symbol table info available.
  96. #22 0x00000008008522b1 in TDEIO::SlaveInterface::dispatch(int, TQMemArray<char> const&)
  97. () from /opt/trinity/lib/libtdeio.so.14
  98. No symbol table info available.
  99. #23 0x00000008008516f1 in TDEIO::SlaveInterface::dispatch() ()
  100. from /opt/trinity/lib/libtdeio.so.14
  101. No symbol table info available.
  102. #24 0x000000080084fb9b in TDEIO::Slave::gotInput() ()
  103. from /opt/trinity/lib/libtdeio.so.14
  104. No symbol table info available.
  105. #25 0x0000000800851192 in TDEIO::Slave::tqt_invoke(int, TQUObject*) ()
  106. from /opt/trinity/lib/libtdeio.so.14
  107. No symbol table info available.
  108. #26 0x0000000801870ac1 in TQObject::activate_signal(TQConnectionList*, TQUObject*) ()
  109. from /opt/trinity/lib/libtqt-mt.so.3
  110. No symbol table info available.
  111. #27 0x0000000801870cb2 in TQObject::activate_signal(int, int) ()
  112. from /opt/trinity/lib/libtqt-mt.so.3
  113. No symbol table info available.
  114. #28 0x000000080188c8a7 in TQSocketNotifier::event(TQEvent*) ()
  115. from /opt/trinity/lib/libtqt-mt.so.3
  116. No symbol table info available.
  117. #29 0x000000080181fd78 in TQApplication::internalNotify(TQObject*, TQEvent*) ()
  118. from /opt/trinity/lib/libtqt-mt.so.3
  119. No symbol table info available.
  120. #30 0x0000000801151706 in TDEApplication::notify(TQObject*, TQEvent*) ()
  121. from /opt/trinity/lib/libtdecore.so.14
  122. No symbol table info available.
  123. #31 0x0000000801812b15 in TQEventLoop::activateSocketNotifiers() ()
  124. from /opt/trinity/lib/libtqt-mt.so.3
  125. No symbol table info available.
  126. #32 0x0000000801800e02 in TQEventLoop::gsourceDispatch(_GSource*) ()
  127. from /opt/trinity/lib/libtqt-mt.so.3
  128. No symbol table info available.
  129. #33 0x00000008018010e1 in qt_gsource_dispatch(_GSource*, int (*)(void*), void*) ()
  130. from /opt/trinity/lib/libtqt-mt.so.3
  131. No symbol table info available.
  132. #34 0x0000000802a01511 in ?? () from /usr/local/lib/libglib-2.0.so.0
  133. No symbol table info available.
  134. #35 0x0000000802a019a3 in ?? () from /usr/local/lib/libglib-2.0.so.0
  135. No symbol table info available.
  136. #36 0x0000000802a01a46 in g_main_context_iteration ()
  137. from /usr/local/lib/libglib-2.0.so.0
  138. No symbol table info available.
  139. #37 0x0000000801800841 in TQEventLoop::processEvents(unsigned int) ()
  140. from /opt/trinity/lib/libtqt-mt.so.3
  141. No symbol table info available.
  142. #38 0x000000080182ebf1 in TQEventLoop::enterLoop() ()
  143. from /opt/trinity/lib/libtqt-mt.so.3
  144. No symbol table info available.
  145. #39 0x000000080182eb3e in TQEventLoop::exec() () from /opt/trinity/lib/libtqt-mt.so.3
  146. No symbol table info available.
  147. #40 0x00000008002dca3d in kdemain () from /opt/trinity/lib/libtdeinit_konqueror.so
  148. No symbol table info available.
  149. #41 0x0000000801c4f8ef in __libc_start1 (argc=2, argv=0x7fffffffd610,
  150. env=0x7fffffffd628, cleanup=<optimized out>, mainX=0x2017b0 <main>)
  151. at /usr/src/lib/libc/csu/libc_start1.c:180
  152. No locals.
  153. #42 0x0000000000201754 in _start () at /usr/src/lib/csu/amd64/crt1_s.S:80
  154. No locals.
  155. (gdb)
  156.  
Advertisement
Add Comment
Please, Sign In to add comment