Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 15051] New: Dispel spins during cast of libsigc++3

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 15051] New: Dispel spins during cast of libsigc++3
  • Date: 25 Jan 2009 00:45:29 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15051

Summary: Dispel spins during cast of libsigc++3
Product: Sorcery
Version: Untargetted future release
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: Dispel
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: sqweek AT gmail.com


Went to sleep and when I woke up I had a dispel process with 6 hours of cpu
time accrued. Something not right there. Using devel sorcery, 20090109.
Looks like it's spinning in one of:

/var/lib/sorcery/modules/libdispel:172
/var/lib/sorcery/modules/libdispel:214

The files installed by the spell are all gone at this point, but the tablet
is still intact, which maybe narrows it down to :172.

Process tree is below. strace shows uniq and sort blocked reading stdin, and
the bash with 85% CPU just keeps calling rt_sigprocmask, blocking and I guess
unblocking SIGCHLD.

Killed the one bash process and everything appears to be proceeding fine.
-sqweek

USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 16946 0.3 0.5 7964 5384 pts/1 SN+ Jan24 5:18 | \_
bash /tmp/sorcery/cast/16946/casting.safe --queue
root 28668 0.0 0.5 8092 4744 pts/1 SN+ Jan24 0:21 |
\_ bash /tmp/sorcery/cast/16946/casting.safe --queue
root 19276 0.0 0.4 6512 3748 pts/1 SN+ 00:55 0:00 |

\_ bash /tmp/sorcery/cast/16946/casting.safe -c libsigc++3
root 19378 0.0 0.3 6776 3420 pts/1 SN+ 00:55 0:00 |

\_ bash /tmp/sorcery/cast/16946/casting.safe -c libsigc++3
root 19432 0.0 0.3 6776 3620 pts/1 SN+ 00:55 0:00 |

\_ bash /tmp/sorcery/cast/16946/casting.safe -c libsigc++3
root 19512 0.0 0.3 6776 3444 pts/1 SN+ 00:55 0:00 |

\_ bash /tmp/sorcery/cast/16946/casting.safe -c libsigc++3
root 19513 0.0 0.3 6776 3288 pts/1 SN+ 00:55 0:00 |

\_ bash /tmp/sorcery/cast/16946/casting.safe -c libsigc++3
root 19516 0.0 0.0 1684 456 pts/1 SN+ 00:55 0:00 |

| \_ tee -a /tmp/sorcery/cast/16946/libsigc++3.compile.log
root 19514 0.0 0.3 6776 3308 pts/1 SN+ 00:55 0:00 |

\_ bash /tmp/sorcery/cast/16946/casting.safe -c libsigc++3
root 19515 0.0 0.0 1684 456 pts/1 SN+ 00:55 0:00 |

| \_ tee -a /tmp/sorcery/cast/16946/libsigc++3.compile.log
root 19517 0.0 0.3 6776 3288 pts/1 SN+ 00:55 0:00 |

\_ bash /tmp/sorcery/cast/16946/casting.safe -c libsigc++3
root 19518 0.0 0.0 1684 460 pts/1 SN+ 00:55 0:00 |

| \_ tee -a /tmp/sorcery/cast/16946/libsigc++3.compile.log
root 26284 0.0 0.3 6776 3428 pts/1 SN+ 00:56 0:00 |

\_ bash /tmp/sorcery/cast/16946/casting.safe -c libsigc++3
root 26352 0.0 0.3 4852 3492 pts/1 SN+ 00:56 0:00 |

\_ /bin/bash /usr/sbin/dispel --notriggers --nosustain
--noqueue libsigc++3
root 26467 0.0 0.3 4856 3308 pts/1 SN+ 00:56 0:00 |

\_ /bin/bash /usr/sbin/dispel --notriggers
--nosustain --noqueue libsigc++3
root 30284 0.0 0.3 4856 2868 pts/1 SN+ 00:56 0:00 |

\_ /bin/bash /usr/sbin/dispel --notriggers
--nosustain --noqueue libsigc++3
root 30285 85.0 0.3 5112 3272 pts/1 RN+ 00:56 423:33 |

\_ /bin/bash /usr/sbin/dispel --notriggers
--nosustain --noqueue libsigc++3
root 30286 0.0 0.0 1696 444 pts/1 SN+ 00:56 0:00 |

\_ uniq
root 30287 0.0 0.0 27460 664 pts/1 SN+ 00:56 0:00 |

\_ sort -r


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



  • [SM-Sorcery-Bugs] [Bug 15051] New: Dispel spins during cast of libsigc++3, bugzilla-daemon, 01/24/2009

Archive powered by MHonArc 2.6.24.

Top of Page