Kenichi Handa <[EMAIL PROTECTED]> 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) -- 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
