Ticket #16 (closed defect: fixed)
Not ignoring return value from constructors
| Reported by: | mooneer | Owned by: | mooneer |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | interpreter | Version: | 1.0a2 |
| Keywords: | Cc: |
Description
See http://pastie.org/155574 for a test application.
Basically, it says Segmentation fault on there, but on my machine it says "Ok" followed by an exception indicating that the method can't be found. Initial debugging shows that the assignment after the make is receiving incorrect operands, causing the variable to receive incorrect data.
(thanks wolf from #kite)
Change History
Note: See
TracTickets for help on using
tickets.

Another example: http://pastie.org/155571