Paolo Molaro ([EMAIL PROTECTED]) wrote: > Try changing: > pthread_attr_setstacksize(&attr, 1024*1024*2); > to > pthread_attr_setstacksize(&attr, 1024*1024); > io-layer/threads.c. > There were a few hints that this change could help in FreeBSD, but every > time we asked for confirmation from a FreeBSD user we got no reply. > Maybe this time we'll be more lucky... >
Thanks Paolo! That works, but now I am running into a new error (see attached error log). Any ideas on that? Thanks again, Rachel
gmake[1]: Entering directory `/data/home/hestilow/mcs/build' gmake[1]: Leaving directory `/data/home/hestilow/mcs/build' gmake[1]: Entering directory `/data/home/hestilow/mcs/jay' gmake[1]: Leaving directory `/data/home/hestilow/mcs/jay' gmake[1]: Entering directory `/data/home/hestilow/mcs/mcs' mcs -d:NET_1_1 -g /target:exe /out:mcs.exe AssemblyInfo.cs anonymous.cs assign.cs attribute.cs driver.cs cs-tokenizer.cs cfold.cs class.cs codegen.cs const.cs constant.cs convert.cs decl.cs delegate.cs enum.cs ecore.cs expression.cs flowanalysis.cs genericparser.cs interface.cs iterators.cs literal.cs location.cs modifiers.cs namespace.cs parameter.cs pending.cs report.cs rootcontext.cs statement.cs support.cs typemanager.cs symbolwriter.cs tree.cs cs-parser.cs ** ERROR **: file exceptions-x86.c: line 984 (mono_arch_handle_exception): assertion failed: (jit_tls->abort_func) aborting... Abort trap (core dumped) gmake[1]: *** [mcs.exe] Error 134 gmake[1]: Leaving directory `/data/home/hestilow/mcs/mcs' gmake: *** [all-recursive] Error 1
