Displaying 1 result from an estimated 1 matches for "_msvc_".
Did you mean:
_msdcs
2000 Apr 17
2
segfault cause found
>Win95. Unfortunately, the encoder_example segfaults. I get the same
>results from Cygwin as well.
Problem solved! (Or rather, worked around...) The problem with the segfault
appears to have indeed been with alloca. There is a function _alloca in
libgcc.a that comes with the mingw32 distribution of gcc-2.95.2. After
examining the generated assembly code from envelope.c (and others),