[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tlf-devel] Re: TLF 0.8.19
From: |
Mike Tatum |
Subject: |
Re: [Tlf-devel] Re: TLF 0.8.19 |
Date: |
Wed, 23 Apr 2003 18:47:59 +0100 |
Hi !
I got the following from strace :
munmap(0x30015000, 4096) = 0
rt_sigaction(SIGTSTP, {SIG_IGN}, {0xff5c6c0, [], SA_RESTART}, 8) = 0
_newselect(0x1, 0x7ffff878, 0, 0, 0x7ffff8f8) = 0
_newselect(0x1, 0x7ffff878, 0, 0, 0x7ffff8f8) = 0
write(1, "\r\nreading configuration data", 28) = 28
rt_sigaction(SIGTSTP, {0xff5c6c0, [], SA_RESTART}, NULL, 8) = 0
open("logcfg.dat", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=5920, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x30015000
read(3, "\n###############################"..., 4096) = 4096
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++
It appears to have died on reading the second line of the dat file which is a
string of hash (#) characters ?
Anyone got any ideas ?
Thanks !
MikeT ...
M0AWS
On Monday 21 April 2003 9:15 pm, Joop Stakenborg wrote:
> rein couperus PA0RCT wrote:
> >Anybody tried running tlf on a power pc?
> >
> >73,
> >
> >Rein PA0RCT
>
> Mike,
>
> Please install strace and do:
>
> strace -o trace.txt tlf
>
> When it segfaults, have a look at trace.txt.
> It might give you a clue what went wrong....
>
> Regards,
> Joop PA4TU
- Re: [Tlf-devel] Re: TLF 0.8.19, (continued)
- Re: [Tlf-devel] Re: TLF 0.8.19, Joop Stakenborg, 2003/04/21
- Re: [Tlf-devel] Re: TLF 0.8.19, rein couperus PA0RCT, 2003/04/24
- Re: [Tlf-devel] Re: TLF 0.8.19, rein couperus PA0RCT, 2003/04/24
- Re: [Tlf-devel] Re: TLF 0.8.19, Mike Tatum, 2003/04/25
- Re: [Tlf-devel] Re: TLF 0.8.19, Joop Stakenborg, 2003/04/26
- Re: [Tlf-devel] Re: TLF 0.8.19, Ladislav Vaiz, 2003/04/24
Re: [Tlf-devel] Re: TLF 0.8.19,
Mike Tatum <=