GNOME Bugzilla – Bug 98706
cvs build: perl 5.8.0 segfaults
Last modified: 2004-12-22 21:47:04 UTC
/usr/bin/perl -I../../tools/pm ../../tools/gtkmmproc -I ../../tools/m4 --defs . --mergecdocs style . ./../gtkmm make[4]: *** [.stamps/stamp-style] Segmentation fault (core dumped) %rpm -q perl perl-5.8.0-55 If you need more information, let me know.
I don't know how much it will help, but perhaps you should run gdb on that coredump so we can understand why it segfaults.
2002-11-24 Murray Cumming <murrayc@usa.net> * tools/pm/DocParser.pm (append_parameter_docs): Added workaround for perl 5.8.0 crash when doing regex on empty string. This only affects cvs builds. Fixes #98706