[Mono-list] Mono 0.31 segfault
Gonzalo Paniagua Javier
gonzalo@ximian.com
Thu, 15 Apr 2004 19:00:38 +0200
El jue, 15-04-2004 a las 16:25, Stuart Ballard escribió:
> Gonzalo Paniagua Javier wrote:
> > It worked for me using --with-nptl=no --with-sigaltstack=no and kernel
> > 2.4.25, but when I turned sigaltstack on, it failed as it fails for
> > Stuart. The backtrace took me to code in libpthread and libgcc :-?
>
> Should I file a bug report with the debian maintainers about this? Or
> are they already reading this list?
>
> If I do file the bug report I'd like to summarize the information from
> the replies I received here, but I'm not sure what the conclusion is.
> Should the debian maintainers just include --with-sigaltstack=no, or do
> they need to also do --with-nptl=no to fix the bug?
configure.in has a test to detect if sigaltstack works and will set it
to no for you. It was added before 0.31.
He has to pass --with-sigaltstack=no --with-nptl=no if he's running a
2.6.x kernel in the machine that builds the packages.
-Gonzalo