Hrvoje Niksic <hniksic(a)iskon.hr> writes:
This might be a different bug from the one I fixed. This crash
comes
from signal_after_change() being called with START==0, which triggers
the assert in bufpos_to_bytind. Also, the backtrace seems weird -- I
wonder if it comes from an optimized build?
I built it straight from a cvs update a few days ago. Makefile contains:
CC=gcc
CPP=gcc -E
LN_S=ln -s
CFLAGS=-g -O3 -Wall -Wno-switch -Wpointer-arith -Winline -Wmissing-prototypes -Wshadow
CPPFLAGS=
version=21.2-b28
# gcc --version
2.7.2.3
Initially, I saw the crash at least twice in a row. I have attempted
to reproduce it again, but no luck. I'll keep excercising it.
--
Manfred Bartz