Ticket #573 (closed defect: fixed)
Creating a void pointer causes abort()
| Reported by: | carlo@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | major | Milestone: | MacRuby 0.7 |
| Component: | MacRuby | Keywords: | |
| Cc: | danielcavanagh@… |
Description
When creating a void pointer (Pointer.new_with_type("v")), the app exits:
Assertion failed: (Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!"), function getTypeSizeInBits, file TargetData.cpp, line 397. Abort trap
Tested in MR 0.5b2 on Snow Leopard.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


