> > I have been able to run lynx with a cmd_script in the past, but am > getting core dumps on the latest version. This is compiled on NetBSD > with --enable-nls and --enable-debug. Here's a gbd trace:
is that ncurses, or some other flavor? I've only tried the cron stuff on Linux, though this should be portable. Running in cron, you don't have a /dev/tty, so things that try to set terminal modes will fail. > > gdb /usr/local/src/lynx/lynx-2.8.5.0.8/lynx lynx.core > GNU gdb 4.17 > This GDB was configured as "i386--netbsd"... > Core was generated by `lynx'. > Program terminated with signal 6, Abort trap. > Reading symbols from /usr/libexec/ld.elf_so...done. > Reading symbols from /usr/lib/libcurses.so.3...done. > Reading symbols from /usr/lib/libc.so.12...done. > #0 0x481c5bb7 in kill () > (gdb) bt > #0 0x481c5bb7 in kill () > #1 0x481c4d91 in abort () > #2 0x8066801 in FatalProblem (sig=11) at ./LYMain.c:4177 > #3 0xbfbfdfc9 in ?? () > #4 0x80716ce in start_curses () at ./LYCurses.c:1067 > #5 0x8071915 in setup (terminal=0xbfbfd681 "vt100") at ./LYCurses.c:1413 > #6 0x80651e2 in main (argc=8, argv=0xbfbfd560) at ./LYMain.c:1944 > #7 0x804a61d in ___start () > > Where should I look for more info? The script works in the foreground. I > applied the curses patch posted earlier, which does eliminate the stty > insane. > > ------ > <http://www.cs.indiana.edu/picons/db/users/net/bcpl/jspath/face.xbm> > <http://www.altavista.com/cgi-bin/query?q=%22web+home+for+jim+spath%22> > <http://www.google.com/search?q=web+home+for+jim+spath> > Marvin the Paranoid Android says: > I really don't know why you bother. > > ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED] > -- Thomas E. Dickey <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dickey.his.com ftp://dickey.his.com ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
