| 1 | GNU gdb 6.3 |
|---|
| 2 | Copyright 2004 Free Software Foundation, Inc. |
|---|
| 3 | GDB is free software, covered by the GNU General Public License, and you are |
|---|
| 4 | welcome to change it and/or distribute copies of it under certain conditions. |
|---|
| 5 | Type "show copying" to see the conditions. |
|---|
| 6 | There is absolutely no warranty for GDB. Type "show warranty" for details. |
|---|
| 7 | This GDB was configured as "i586-pc-haiku"...(no debugging symbols found) |
|---|
| 8 | |
|---|
| 9 | [tcsetpgrp failed in terminal_inferior: Invalid Argument] |
|---|
| 10 | Thread 220997 caused an exception: Segment violation |
|---|
| 11 | Reading symbols from /boot/system/runtime_loader...done. |
|---|
| 12 | Loaded symbols for /boot/system/runtime_loader |
|---|
| 13 | Reading symbols from /boot/system/lib/libroot.so...done. |
|---|
| 14 | Loaded symbols for /boot/system/lib/libroot.so |
|---|
| 15 | Reading symbols from /boot/system/lib/libbe.so...done. |
|---|
| 16 | Loaded symbols for /boot/system/lib/libbe.so |
|---|
| 17 | Reading symbols from /boot/system/lib/libnetwork.so...done. |
|---|
| 18 | Loaded symbols for /boot/system/lib/libnetwork.so |
|---|
| 19 | Reading symbols from /boot/system/lib/libstdc++.r4.so...done. |
|---|
| 20 | Loaded symbols for /boot/system/lib/libstdc++.r4.so |
|---|
| 21 | [tcsetpgrp failed in terminal_inferior: Invalid Argument] |
|---|
| 22 | [Switching to team /boot/common/bin/cmake (220997) thread cmake (220997)] |
|---|
| 23 | 0x009d2fd1 in strlen () from /boot/system/lib/libroot.so |
|---|
| 24 | (gdb) bt |
|---|
| 25 | #0 0x009d2fd1 in strlen () from /boot/system/lib/libroot.so |
|---|
| 26 | #1 0x004ad740 in string_char_traits<char>::length () |
|---|
| 27 | #2 0x004ace5f in basic_string<char, string_char_traits<char>, __malloc_alloc_template<0> >::assign |
|---|
| 28 | () |
|---|
| 29 | #3 0x004abad1 in basic_string<char, string_char_traits<char>, __malloc_alloc_template<0> >::operator= () |
|---|
| 30 | #4 0x004ac040 in cmDocumentation::SetCMakeRoot () |
|---|
| 31 | #5 0x004a3d9d in do_cmake () |
|---|
| 32 | #6 0x004a3c48 in main () |
|---|
| 33 | (gdb) |
|---|