Ticket #1933 (closed bug: fixed)
stat opcode causes program crash on Win32 with invalid file descriptor
Reported by: | whiteknight | Owned by: | nwellnhof |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | none | Version: | master |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: | win32 |
Description
The test file t/dynoplibs/io.t has a few tests for the dynop stat_i_i_i and family that cause the test file to crash when using a nonsensical value for the file descriptor. Parrot terminates when the test is run with no warning. In dubgging, it appears that there is some kind of error happening at the win32-level, which isn't being handled and causes the program to terminate.
These tests are new additions from GCI.
I'm commenting out those tests for now while we investigate the cause and possible solutions.
Change History
Note: See
TracTickets for help on using
tickets.