-
-
Notifications
You must be signed in to change notification settings - Fork 415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimized compile of serialise/Failures causes abort on x86 #1576
Comments
It looks a lot like what @Praetonus describes in #1186 (comment) Maybe a duplicate. |
@Praetonus agrees that this looks like #1186. |
@dipinhora is this still an issue? |
Still a segfault. But with a slightly different stack trace (see below). I tried with both llvm-3.9 and llvm-6.0. Same results. The following snippet shows what occurs:
Runing the command with
|
Possibly related... As of current master both
|
No longer able to reproduce. |
Compiling/running the tests for the
Serialise
package results in anabort
if the tests are compiled withoutdebug
withponyc
. This happens on bothconfig=debug
andconfig=release
builds ofponyc
. Additionally, this seems independent ofllvm
versions.The following snippet shows what occurs:
Runing the command with
gdb
:The text was updated successfully, but these errors were encountered: