It's been rumoured that Kurt Wall said: > > My guess is that `count' refers to uninitialized memory. The test program > below compiles and runs without incident, even when compiling Electric > Fence and setting EF_ALIGNMENT=0. > > #include <stdio.h> > #include <dirent.h> > > int main(void) > { > int *count; > *count = 1; > } I'd say you got lucky. --linas
- segmentation fault Godfree
- Re: segmentation fault Kurt Wall
- Re: segmentation fault linas
- Re: segmentation fault Kurt Wall
- Re: segmentation fault linas