In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Kim F. Storm) writes:
> > bt full output: > > > > #0 0x40895af0 in bcopy () from /lib/libc.so.6 > > No symbol table info available. > > #1 0x081864d4 in read_process_output (proc=143372852, channel=<value > > optimized out>) at /home/tim/gnu/src/emacs/src/process.c:5144 > > odeactivate = 137457249 > > text = 142872947 > > outer_running_asynch_code = 0 > > waiting = -1 > > nbytes = <value optimized out> I want to see the value of "nbytes". If you re-build emacs as below, I think you can see the value when segfault happens. % cd .../emacs/src % touch process.c % make CFLAGS=-g --- Kenichi Handa [EMAIL PROTECTED] _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
