Segfault in re_search_internal() - [Was: Segfault in re_string_reconstruct()]

Jeremy Bowen jeremy.bowen at pertronic.co.nz
Thu Nov 13 03:54:35 UTC 2008


This is becoming increasingly insane. After days of re-configuring and rebuilding every part of my toolchain I still cannot pin down what is going on.
However I can now switch between working code and segfaulting code, just by changing the way I install uClibc!!


This commands results in my busybox "mdev -s" command segfaulting:
sudo make clean install PREFIX=/usr/local/avr32/avr32-linux/ DEVEL_PREFIX= RUNTIME_PREFIX=

This command results in no segfault:
> su
# make clean install PREFIX=/usr/local/avr32/avr32-linux/ DEVEL_PREFIX= RUNTIME_PREFIX=

It would appear that something in my environment is screwing up the build/installation. (It's not my PATH)
The busybox_unstripped.map files are different between the two methods although the binaries are the same size.
Any ideas ?

-- 
Cheers
JeremyB



More information about the uClibc mailing list