Opened 17 years ago
Closed 14 years ago
#2159 closed bug (fixed)
unhandled pheader type 0x4
Reported by: | andreasf | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/runtime_loader | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | x86 |
Description
Linking the _ctypes
Python module results in the following runtime_loader error:
runtime_loader: unhandled pheader type 0x4 runtime_loader: Troubles parsing Program headers, numRegions = -2147483632
Change History (3)
follow-up: 2 comment:1 by , 16 years ago
comment:2 by , 16 years ago
Replying to scottmc:
This error has been showing up a lot lately when trying to port things.
Removing yasm and nasm clears up this issue, note that this may or may not be related to the original problem reported here as our pheader addresses were different.
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This issue seems to have been fixed? I haven't seen it show up in nearly 2 years.
Note:
See TracTickets
for help on using tickets.
This error has been showing up a lot lately when trying to port things.