Ticket #16 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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

comment:1 Changed 4 years ago by mooneer

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

comment:2 Changed 4 years ago by mooneer

  • Status changed from new to closed
  • Resolution set to fixed

r236 in SVN fixes this issue. :)

Note: See TracTickets for help on using tickets.