After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 598487 - segmentation fault when accessing field in constructor chain
segmentation fault when accessing field in constructor chain
Status: RESOLVED DUPLICATE of bug 567269
Product: vala
Classification: Core
Component: general
0.7.x
Other Linux
: Normal major
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2009-10-14 19:40 UTC by Rikard Nordgren
Modified: 2010-03-22 21:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
code that will give segmentation fault (378 bytes, text/x-vala)
2009-10-14 19:40 UTC, Rikard Nordgren
Details

Description Rikard Nordgren 2009-10-14 19:40:12 UTC
Created attachment 145451 [details]
code that will give segmentation fault

The compilation of the attached program works fine, but running the program
gives a segementation fault. If I remove the line that assigns a number to the
field (priv_test = 23;) the program runs as expected.
Comment 1 Jürg Billeter 2010-03-22 21:37:36 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 567269 ***