Bug #133065, was updated on 2001-Feb-19 02:26 Here is a current snapshot of the bug. Project: MacPerl Category: None Status: Open Resolution: None Bug Group: None Priority: 5 Submitted by: alanfry Assigned to : nobody Summary: MacPerl.MrC crashes with Windows Details: The script: #!perl use Mac::Windows; use Mac::Events; use Mac::QuickDraw; my($win, $bnd); $bnd = Rect->new(10, 50, 260, 170); $win = MacWindow->new($bnd, "5.6.0d1 TRIAL", 1, 8, 1); WaitNextEvent while $win->window; dispose $win opens what appears to be the "MacPerl" console window and then the machine freezes and crashes into MacsBug. Bug #132158 may in fact have nothing to do with Offscreen which merely reflects this Windows bug. The MacsBug StdLog is available. For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=133065&group_id=7940
