Ticket #4194: haiku_userlandfs_fuse_sshfs_gdb.debug.txt

File haiku_userlandfs_fuse_sshfs_gdb.debug.txt, 4.5 KB (added by Blub, 15 years ago)

gdb backtrace after the crash

Line 
1GNU gdb 6.3
2Copyright 2004 Free Software Foundation, Inc.
3GDB is free software, covered by the GNU General Public License, and you are
4welcome to change it and/or distribute copies of it under certain conditions.
5Type "show copying" to see the conditions.
6There is absolutely no warranty for GDB. Type "show warranty" for details.
7This GDB was configured as "i586-pc-haiku"...
8[tcsetpgrp failed in terminal_inferior: Invalid Argument]
9Thread 349 caused an exception: Segment violation
10Reading symbols from /boot/system/runtime_loader...done.
11Loaded symbols for /boot/system/runtime_loader
12Reading symbols from /boot/system/lib/libbe.so...done.
13Loaded symbols for /boot/system/lib/libbe.so
14Reading symbols from /boot/system/lib/libsupc++.so...done.
15Loaded symbols for /boot/system/lib/libsupc++.so
16Reading symbols from /boot/system/lib/libroot.so...done.
17Loaded symbols for /boot/system/lib/libroot.so
18Reading symbols from /boot/system/lib/libstdc++.so...done.
19Loaded symbols for /boot/system/lib/libstdc++.so
20Reading symbols from /boot/home/config/add-ons/userlandfs/sshfs...done.
21Loaded symbols for /boot/home/config/add-ons/userlandfs/sshfs
22Reading symbols from /boot/system/lib/libuserlandfs_fuse.so...done.
23Loaded symbols for /boot/system/lib/libuserlandfs_fuse.so
24Reading symbols from /boot/system/lib/libnetwork.so...done.
25Loaded symbols for /boot/system/lib/libnetwork.so
26Reading symbols from /boot/common/lib/libgthread-2.0.so.0.2000.4...done.
27Loaded symbols for /boot/common/lib/libgthread-2.0.so.0.2000.4
28Reading symbols from /boot/common/lib/libglib-2.0.so.0.2000.4...done.
29Loaded symbols for /boot/common/lib/libglib-2.0.so.0.2000.4
30Reading symbols from /boot/common/lib/libintl.so.8.0.2...done.
31Loaded symbols for /boot/common/lib/libintl.so.8.0.2
32Reading symbols from /boot/common/lib/libpcre.so.0.0.1...done.
33Loaded symbols for /boot/common/lib/libpcre.so.0.0.1
34Reading symbols from /boot/common/lib/libiconv.so.2.5.0...done.
35Loaded symbols for /boot/common/lib/libiconv.so.2.5.0
36[tcsetpgrp failed in terminal_inferior: Invalid Argument]
37[Switching to team /boot/system/servers/userlandfs_server sshfs (337) thread request thread (349)]
380x00695b49 in BPrivate::RWLockManager::ReadLock ()
39 from /boot/system/lib/libuserlandfs_fuse.so
40(gdb) bt
41#0 0x00695b49 in BPrivate::RWLockManager::ReadLock ()
42 from /boot/system/lib/libuserlandfs_fuse.so
43#1 0x00694bcb in UserlandFS::FUSEVolume::RWLockableReadLocking::Lock (
44 this=0x70288c90, lockable=0x800b398d)
45 at /home/blub/haiku/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSEVolume.cpp:436
46#2 0x00694c26 in BPrivate::AutoLocker<BPrivate::RWLockable, UserlandFS::FUSEVolume::RWLockableReadLocking>::Lock (this=0x70288c8c) at AutoLocker.h:131
47#3 0x00695339 in BPrivate::AutoLocker<BPrivate::RWLockable, UserlandFS::FUSEVolume::RWLockableReadLocking>::SetTo (this=0x70288c8c, lockable=0x800b398d,
48 alreadyLocked=false, lockIfNotLocked=true) at AutoLocker.h:113
49#4 0x006953b2 in RWLockableReadLocker (this=0x70288c8c, volume=0x18051968,
50 lockable=0x800b398d)
51 at /home/blub/haiku/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSEVolume.cpp:493
52#5 0x0068e805 in UserlandFS::FUSEVolume::Close (this=0x18051968,
53 _node=0x18012320, _cookie=0x800b396d)
54 at /home/blub/haiku/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSEVolume.cpp:1487
55#6 0x0027f768 in UserlandFS::UserlandRequestHandler::_HandleRequest (
56 this=0x70288f78, request=0x180162c0)
57 at /home/blub/haiku/haiku/src/add-ons/kernel/file_systems/userlandfs/server/UserlandRequestHandler.cpp:1187
58#7 0x0028559c in UserlandFS::UserlandRequestHandler::HandleRequest (
59---Type <return> to continue, or q <return> to quit---bt
60 this=0x70288f78, request=0x180162c0)
61 at /home/blub/haiku/haiku/src/add-ons/kernel/file_systems/userlandfs/server/UserlandRequestHandler.cpp:124
62#8 0x00221643 in UserlandFSUtil::RequestPort::HandleRequests (
63 this=0x18014160, handler=0x70288f78, request=0x0, timeout=-1)
64 at /home/blub/haiku/haiku/src/add-ons/kernel/file_systems/userlandfs/private/RequestPort.cpp:176
65#9 0x002795df in UserlandFS::RequestThread::_ThreadLoop (this=0x1802a2e0)
66 at /home/blub/haiku/haiku/src/add-ons/kernel/file_systems/userlandfs/server/RequestThread.cpp:188
67#10 0x0027964f in UserlandFS::RequestThread::_ThreadEntry (data=0x1802a2e0)
68 at /home/blub/haiku/haiku/src/add-ons/kernel/file_systems/userlandfs/server/RequestThread.cpp:178
69#11 0x0051808d in thread_entry () from /boot/system/lib/libroot.so
70#12 0x70288fec in ?? ()
71(gdb)