Re: How do you get WEE to run on the Raspberry PI?
- Posted by PeteE Oct 08, 2015
- 1882 views
Here's gdb had to say:
Program received signal SIGTTOU, Stopped (tty output).
0x00007f03963d16b0 in __GI_tcsetattr (fd=0, optional_actions=<optimized out>,
termios_p=0x835650 <savetty>) at ../sysdeps/unix/sysv/linux/tcsetattr.c:87
87 ../sysdeps/unix/sysv/linux/tcsetattr.c: No such file or directory.
(gdb) bt
#0 0x00007f03963d16b0 in __GI_tcsetattr (fd=0,
optional_actions=<optimized out>, termios_p=0x835650 <savetty>)
at ../sysdeps/unix/sysv/linux/tcsetattr.c:87
#1 0x00000000005a9690 in Cleanup ()
#2 0x00000000005ac1b5 in UserCleanup ()
#3 0x000000000054bd6e in _39Quit ()
#4 0x00000000005a8fdc in general_call_back ()
#5 0x00007f0396fdc0c7 in ?? ()
#6 0x00007f0396fdc090 in ?? ()
#7 0x0000000000000002 in ?? ()
#8 0x00007f0394052a93 in g_hash_table_lookup ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#9 0x00000000020d4920 in ?? ()
#10 0x0000000000000000 in ?? ()
Looks like Cleanup and UserCleanup are doing something to the terminal...

