-
Notifications
You must be signed in to change notification settings - Fork 68
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
CI Segfault when return type of KafkaSinkEncoder implementation is a union #1178
Comments
@SeanTAllen Dipin was dealing with this issue earlier and thought it might be related. @dipinhora |
@SeanTAllen I thought #1615 might be the right one because what I encountered while developing the I suggested #1615 to @jtfmumm because I assumed this issue in Travis was similar to what I was encountering but it is possible that the assumption is incorrect. |
The first code listed isn't legally valid. The 2nd is but I am still getting a segfault. |
#1190 which has ponylang/ponyc#1615 in it ran fine for CI. Closing this. |
There was a typo in the first code listed. Fixed and reopening |
I thought I had a minimal example for this, but I don't. |
@jtfmumm Why was this reopened? I thought the segfault was because of the bug fixed by ponylang/ponyc#1615. |
I thought you were saying this was fixed on mainline ponyc. Did I
misunderstand?
…On Fri, Aug 25, 2017 at 3:46 PM, Sean T Allen ***@***.***> wrote:
I thought I had a minimal example for this, but I don't.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1178 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEgtzE-MoZkxRHK4lf8m1pgGIxh078A9ks5sbtAwgaJpZM4PASOO>
.
|
@dipinhora it was never tested for that change. i am testing it now. @jtfmumm i thought i had a minimal example. i was tired and wrong. |
This was fixed by #1615. |
If we use the following code in celsius-kafka:
then though it compiles on OSX and Dipin's Linux VM, it causes a segfault on Travis.
This signature does not trigger this:
It may be that bringing this change over to Sendence compiler will address this:
ponylang/ponyc#1615
The text was updated successfully, but these errors were encountered: