Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 14805] New: devel Sorcery becomes stuck when casting

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 14805] New: devel Sorcery becomes stuck when casting
  • Date: 9 Oct 2008 00:57:24 -0000

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

Summary: devel Sorcery becomes stuck when casting
Product: Sorcery
Version: Untargetted future release
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: subroutines
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: sandalle AT sourcemage.org


$ sorcery -v
20081003

# cast -R -c midori
...
Building nasm
Preparing to install nasm
Dispelled spell: nasm
Installing nasm into the stage
Installing nasm into the system
Creating compile log /var/log/sorcery/compile/nasm-2.04.bz2
Creating castfs debug log /var/log/sorcery/compile/nasm-2.04.castfs.dbglog.bz2
Creating tablet in directory /var/state/sorcery/tablet/nasm/20081008174808
Creating install log /var/log/sorcery/install/nasm-2.04
Creating MD5 log /var/log/sorcery/md5sum/nasm-2.04
Creating cache file /var/cache/sorcery/nasm-2.04-x86_64-pc-linux-gnu.tar.bz2

^CSIGINT
Cleaning up as well as I can...

real 35m52.264s
user 18m31.642s
sys 6m1.101s

It's been stuck there for about 15 minutes now (Core2 Duo 2.53GHz machine with
4GB RAM, it's not slow ;)).

`top` reports:
Tasks: 118 total, 6 running, 111 sleeping, 0 stopped, 1 zombie
Cpu(s): 1.3%us, 7.6%sy, 42.8%ni, 47.4%id, 0.7%wa, 0.1%hi, 0.1%si, 0.0%st
Mem: 4040868k total, 3958600k used, 82268k free, 250200k buffers
Swap: 4228388k total, 8k used, 4228380k free, 2586368k cached

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
1034 root 30 10 21032 7428 516 R 49 0.2 120:10.12 bash
32719 root 30 10 20916 7272 516 R 46 0.2 5:10.96 bash
32717 root 30 10 20884 7288 516 R 42 0.2 14:49.51 bash

I turned on debug and superdebug (can attach those if you want, they are 215MB
and 2.1GB uncompressed, respectively) and see this repeating:

++ find /tmp/liblock-0 -maxdepth 1 -mindepth 1 -name 'cast.*'
++ sed 's/.*\/cast\.//'
++ head -n 1
+ local FILE=
+ '[' ']'
+ return 1
+ sleep 1
+ let DELAY--
+ (( DELAY>0 ))
+ any_voyeur

After about another 15 minutes it will finally continue, but then get stuck
later on again. I stopped this run at nasm, but the other two runs got stuck
again for about an hour or so after html-parser.


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




Archive powered by MHonArc 2.6.24.

Top of Page