Opened 12 years ago
Closed 12 years ago
#3640 closed Bug (worksforme)
Seg fault
Reported by: | hullamospapagaj | Owned by: | |
---|---|---|---|
Priority: | High | Milestone: | None Set |
Component: | Daemon | Version: | 2.10 |
Severity: | Normal | Keywords: | needinfo |
Cc: |
Description
Hi,
probably I've found a bug in the transmission-daemon, crashed.
/var/log/kern.log Oct 16 19:18:33 ubuntu kernel: [16443.519116] transmission-da[2625]: segfault at 1c ip 0807b424 sp b7890d30 error 4 in transmission-daemon[8048000+77000]
What is this?
Change History (7)
comment:1 Changed 12 years ago by charles
comment:2 Changed 12 years ago by hullamospapagaj
No because, I have only command line. Any other way?
comment:3 Changed 12 years ago by charles
After installing the transmission-dbg package, run Transmission in gdb and try to get a backtrace when it crashes:
- % gdb transmission-daemon
- (gdb) handle SIGPIPE nostop noprint pass
- (gdb) r -f -g /your/path/to/the/directory/that/has/settings.json
- ... run until it crashes ...
- (gdb) thread apply all bt
And then attach a text file to this ticket showing the output of the "thread apply all bt".
comment:4 Changed 12 years ago by charles
- Keywords needinfo added
comment:5 Changed 12 years ago by charles
hullamospapagaj: ping
comment:6 Changed 12 years ago by livings124
hullamospapagaj: ping
comment:7 Changed 12 years ago by livings124
- Resolution set to worksforme
- Status changed from new to closed
Please reopen with more information.
Appears to be a crash. :)
This is 2.10, or 2.04?
Also, if you're using Ubuntu, could use use the ubuntu crash reporter to automatically generate a crash report for a bug ticket in launchpad?