Opened 18 years ago
Closed 18 years ago
#1083 closed bug (fixed)
GCC4 x86 Haiku Runs into Endless Page Fault Loop
Reported by: | bonefish | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/Kernel | Version: | R1/pre-alpha1 |
Keywords: | Cc: | axeld, korli | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
Reproducible with vmware:
- boot Haiku
- execute "hey Tracker quit" in the Terminal
-> The kernel starts printing the same page fault message to the serial debug output endlessly.
I have the suspicion this is the same problem I've fixed in hrev15933 for the PPC port (next to last item of the commit message): GCC4 optimizing the code for the error jump label away.
Change History (2)
comment:1 by , 18 years ago
Cc: | added |
---|
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in hrev20380. Best would be assembler versions :)