emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: segfault in read_process_output() during vc-diff


From: Nick Roberts
Subject: Re: segfault in read_process_output() during vc-diff
Date: Thu, 9 Nov 2006 08:28:58 +1300

Kim F. Storm writes:
 > Kenichi Handa <address@hidden> writes:
 > 
 > > 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
 > 
 > I think this is better:
 > 
 > touch process.c
 > make CFLAGS="-g -O0"    (that's letter O digit 0)

-O0 is the default (with gcc anyway)

I think:

 rm process.o
 make CFLAGS=-g

is better.  Touching process.c means that CVS thinks you have modified it.

-- 
Nick                                           http://www.inet.net.nz/~nickrob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]