[drkonqi] [Bug 396915] New: Uncomplete backtrace from kdbgwin
Ralf Habacker
bugzilla_noreply at kde.org
Fri Jul 27 23:53:20 BST 2018
https://bugs.kde.org/show_bug.cgi?id=396915
Bug ID: 396915
Summary: Uncomplete backtrace from kdbgwin
Product: drkonqi
Version: 5.13.3
Platform: Other
OS: MS Windows
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: unassigned-bugs at kde.org
Reporter: ralf.habacker at freenet.de
Target Milestone: ---
Running crashtest compiled for mingw returns:
Application: crashtest (crashtest), signal: Unknown
crashtest.exe!SomeStruct::foo()()
[/home/abuild/rpmbuild/BUILD/drkonqi-5.13.3/src/tests/crashtest/crashtest.cpp @
43] at 0x401925
crashtest.exe!__tmainCRTStartup()
[/home/abuild/rpmbuild/BUILD/mingw-w64-crt/crt/crtexe.c @ 336] at 0x4013eb
kernel32.dll!__tmainCRTStartup()
[/home/abuild/rpmbuild/BUILD/mingw-w64-crt/crt/crtexe.c @ 336] at 0x7712338a
ntdll.dll!__tmainCRTStartup()
[/home/abuild/rpmbuild/BUILD/mingw-w64-crt/crt/crtexe.c @ 336] at 0x77d79a02
ntdll.dll!__tmainCRTStartup()
[/home/abuild/rpmbuild/BUILD/mingw-w64-crt/crt/crtexe.c @ 336] at 0x77d799d5
Running the same application with 'gdb crashtest'
GNU gdb (GDB) 8.1
(gdb) r
Starting program:
J:\openSUSE_Leap_42.3-x86_64\usr\i686-w64-mingw32\sys-root\mingw\bin\crashtest.exe
[New Thread 4892.0xaa4]
Program received signal SIGSEGV, Segmentation fault.
level4 (t=0) at
/home/abuild/rpmbuild/BUILD/drkonqi-5.13.3/src/tests/crashtest/crashtest.cpp:104
104
/home/abuild/rpmbuild/BUILD/drkonqi-5.13.3/src/tests/crashtest/crashtest.cpp:
No such file or directory.
(gdb) bt
#0 level4 (t=0) at
/home/abuild/rpmbuild/BUILD/drkonqi-5.13.3/src/tests/crashtest/crashtest.cpp:104
#1 0x00408a55 in level3 (t=<optimized out>) at
/home/abuild/rpmbuild/BUILD/drkonqi-5.13.3/src/tests/crashtest/crashtest.cpp:109
#2 level2 (t=<optimized out>) at
/home/abuild/rpmbuild/BUILD/drkonqi-5.13.3/src/tests/crashtest/crashtest.cpp:114
#3 level1 (t=<optimized out>) at
/home/abuild/rpmbuild/BUILD/drkonqi-5.13.3/src/tests/crashtest/crashtest.cpp:119
#4 main (argc=<optimized out>, argv=<optimized out>) at
/home/abuild/rpmbuild/BUILD/drkonqi-5.13.3/src/tests/crashtest/crashtest.cpp:156
(gdb)
Comparing kdbgwin backtrace with the gdb backtrace shows that kdbgwin backtrace
seems to be imcomplete.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list