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

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?

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:

  1. % gdb transmission-daemon
  2. (gdb) handle SIGPIPE nostop noprint pass
  3. (gdb) r -f -g /your/path/to/the/directory/that/has/settings.json
  4. ... run until it crashes ...
  5. (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.

Note: See TracTickets for help on using tickets.