Project

General

Profile

Bug #1117

CPU Usage

Added by mattwb65 over 12 years ago. Updated over 12 years ago.

Status:
Feedback
Priority:
Normal
Assignee:
-
Category:
Quassel Core
Target version:
-
Start date:
10/25/2011
Due date:
% Done:

0%

Estimated time:
Version:
0.7.2
OS:
Linux

Description

Core uses 100% cpu at certain times.

History

#1 Updated by mattwb65 over 12 years ago

It appears to be caused by adding network to Quassel. It crashes while still using 100% cpu. Perhaps dead socket or something?

#2 Updated by Anonymous over 12 years ago

Adding networks is done by many people without issues. If it crashes, you might end up with a backtrace in the configdir, if not, do the following:

Make sure you have symbols for quasselcore (distro-specific), start quasselcore with gdb (`gdb quasselcore` and 'run' at the prompt) and send a SIGTERM (^C) when it hangs. It'd be nice if you could paste the output of bt (look at http://www.yolinux.com/TUTORIALS/GDB-Commands.html for a cheatsheet which also covers logging to a file).

If you feel like spending some more time debugging this, try doing it a few times to find a common denominator and try stepping through the code (see the cheatsheet for details).

#3 Updated by johu over 12 years ago

  • Status changed from New to Feedback
  • Priority changed from Urgent to Normal

#4 Updated by johu over 12 years ago

  • Target version deleted (0.7.4)

Also available in: Atom PDF