Hello, > Thus, it seems like that Mono is dumping core due to a permissions > problem based on it being called from a CGI as an unprivileged user. > How do I figure out more about why Mono would dump core when run > under a CGI? I would like to bring as much info to this list as is > useful, but a silent core dump doesn't seem to be it.
You might want to run this under ktrace and log what is happening to a file. Then use kdump to get the actual system call output. > > I am running on FreeBSD, with Mono built from the package system. In > case it matters, the web server is Apache. > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
