I took the source and compiled it: The same error appears:

(gdb) r
Starting program: /usr/local/bin/smsd -s

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7895ada in vfprintf () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt
#0  0x00007ffff7895ada in vfprintf () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x00007ffff78bc472 in vsnprintf () from /lib/x86_64-linux-gnu/libc.so.6
#2  0x00007ffff789e2c3 in snprintf () from /lib/x86_64-linux-gnu/libc.so.6
#3  0x00000000004193a7 in lockfile ()
#4  0x00000000004160a0 in movefilewithdestlock_new ()
#5  0x00000000004076aa in mainspooler () at smsd.c:1749
#6  0x000000000041593d in main (argc=2, argv=0x7fffffffebf8) at smsd.c:6911
(gdb)

Finally I found some kind of solution, though it's more a guess than
really understanding how the programm works:

diff smsd.c smsd.c~
6910c6910
<   process_id=0;
---
>   process_id=-1;

smstools is working so far now.

I think I should contact the developer since the problem seems to be in
the source code.

Flo


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to