Hi there!
I can't start qplot. When I start it with the opie icon, it SIGPIPEs, when I start it from a terminal, it just dosn't start. I straced it, and I have the following output (well, lots more, of course, but this is the error in my eyes):
fstat64(8, {st_mode=S_IFREG|0644, st_size=12826, ...}) = 0
mmap2(NULL, 12826, PROT_READ, MAP_PRIVATE, 8, 0) = 0x407c6000
close(
= 0
fstat64(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40015000
write(1, "ibase_decimal=ibase\n", 20) = -1 EPIPE (Broken pipe)
--- SIGPIPE (Broken pipe) @ 0 (0) ---
+++ killed by SIGPIPE +++
Can anybody please help me understand it? Looks like qplot is trying to write to a file, but which one? If it helps, I can post the whole strace output, of course... Thanks for any help!
Cheers
Philipp