Menu

#14 sctl-0.2.3 load/write hang

open
nobody
None
5
2005-04-02
2005-04-02
Anonymous
No

I'm getting a load/write hang while using sctl-0.2.3.
I've been able to repeat this bug over and over.

dump.null file is a file with null conv freqs (ie. 0 F
F N F 0)
Hang at "read(4,"

If I use a file loaded with conv frequencies, it will
sometimes fully upload itself (sometimes after a couple
of tries... but it finally goes). But repeating to
upload the same file creates a hang such as this
"dump.null" file loaded with null frequencies.

$ strace ./sctl load e dump.null

write(4, "PM129 00000000\r", 15) = 15
read(4, "C129 F00", 1024) = 8
read(4, "000000 T", 1024) = 8
read(4, "F DF LN ", 1024) = 8
read(4, "AF RF N0", 1024) = 8
read(4, "0\n", 1024) = 2
nanosleep({0, 100000}, {0, 0}) = 0
write(4, "DLF\r", 4) = 4
read(4, "OK\n", 1024) = 3
write(1, "Set delay OFF for this channel.\n", 32Set
delay OFF for this channel.
) = 32
nanosleep({0, 100000}, {0, 0}) = 0
write(4, "LON\r", 4) = 4
read(4, "OK\n", 1024) = 3
write(1, "Set lockout ON for this channel."..., 33Set
lockout ON for this channel.
) = 33
nanosleep({0, 100000}, {4222451713, 3221219440}) = 0
write(4, "MA121\r", 6) = 6
read(4, "C121 F00", 1024) = 8
read(4, "000000 TF DF LN ", 1024) = 16
read(4, "AF RF N00\n", 1024) = 10
write(1, "130 00000000 F F N F 00\n", 24130 00000000 F
F N F 00
) = 24
nanosleep({0, 100000}, {4222451713, 3221219328}) = 0
write(4, "PM130 00000000\r", 15) = 15
read(4, "C130 F00000000 T", 1024) = 16
read(4,

Discussion


Log in to post a comment.