linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #00852
[Bug 565410] Re: The program closes no warning.
Well, atleast there was some version information, but what version of
Linuxdcpp are you using and how/where you've installed it? (compiled it
yourself, your distros repository or our PPA?)
If you start Linuxdcpp from the console do you get any information in
there when it closes?
If you've used your distros package, you should try our PPA
https://launchpad.net/~linuxdcpp-team/+archive/ppa (instructions on
installing are on the page). If it still crashes, get a backtrace from
the crash. You can get a backtrace by starting terminal and typing
1) ulimit -c unlimited
2) linuxdcpp
(crash it)
3) gdb linuxdcpp core*
4) To gdb cmdline: thread apply all bt full
and attach the output of 4th command to this bug report.
--RZ
** Changed in: linuxdcpp
Status: New => Incomplete
--
The program closes no warning.
https://bugs.launchpad.net/bugs/565410
You received this bug notification because you are a member of LinuxDC++
Team, which is subscribed to LinuxDC++.
Status in Linux DC++: Incomplete
Bug description:
The program closes while using it. There is no warning. It happens while using system monitor 2.28.0 on Karmic Ubuntu 2.6.31. It does not seem to happen unless system monitor is used. After it closes I did not see it with either top or ps -A.
References