Ticket #314 (closed defect: moved to bitbucket haikuports site)
Opened 5 years ago
Last modified 5 months ago
Test failure: exceptions.exe crash
| Reported by: | andreasf | Owned by: | andreasf |
|---|---|---|---|
| Priority: | normal | Milestone: | Unscheduled |
| Component: | dev-lang/mono | Version: | |
| Severity: | major | Keywords: | |
| Cc: |
Description
make check (or make rcheck inside mono/mini/) fails with exceptions.exe crashing:
Test run: image=/boot/home/dev-lang/mono/mono/mini/exceptions.exe, opts= Stacktrace: Abort make[4]: *** [rcheck] Error 1
Cause appears to be a division by zero attempted in exceptions.cs, leading to SIGFPE but the signal handler is unable to retrieve the thread-local JIT info, resorting to printing a stack trace as if the error had occurred inside native code (which it hasn't).
This happens both configured with --with-tls=__thread and --with-tls=pthreads.
Change History
comment:1 Changed 5 months ago by scottmc
- Resolution set to moved to bitbucket haikuports site
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

http://bb.haikuports.org/haikuports/issue/180/mono-test-failure-exceptionsexe-crash