Tim Van Holder <[EMAIL PROTECTED]> writes: > I was committing a set of changes using vc-directory, and v-= caused > the emacs window to disappear. Re-ran from the commandline, crash was > reproducible as a segfault. Re-ran under debugger; emacs opens the diff > window just fine, then a SIGSEGV gets flagged in bcopy(), called at line > 5144 of process.c. I have been unable to reproduce the crash on anything > other than this single file - all other files can be compared using > vc-diff just fine. > > xbacktrace produces no output > > 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> > outstream = 137502441 > old = (struct buffer *) 0x88fb2b8 > p = (struct Lisp_Process *) 0x88bb230 > opoint = <value optimized out> > coding = (struct coding_system *) 0x88fb4c0 > carryover = -1316
This looks very suspicious. Can you print the "coding" variable and the "p" variable: up 1 p *coding p *p -- Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
