Opened 9 years ago

Closed 5 years ago

Last modified 4 years ago

#11540 closed bug (fixed)

unhandled page fault in runtime_loader

Reported by: donn Owned by: nobody
Priority: normal Milestone: R1/beta2
Component: System/Kernel Version: R1/Development
Keywords: Cc: jessicah
Blocked By: Blocking:
Platform: x86

Description

Another entry in the parade of bugs that show up while self-compiling GHC (Glasgow Haskell Compiler.) I associate this with enthusiastic memory allocation by GHC, using mmap() and munmap() to get megabyte-aligned blocks. Eventually things start failing, with "Thread killed", but the same jobs will eventually work. reboot helps.

Attached trace, showing (I think) runtime_loader getting into trouble while trying to set up heap.

I can more or less duplicate this problem (haven't checked to see if I get the same trace.) Jessica H doesn't get kernel crashes, but does get inconsistent failures.

Attachments (1)

st (2.4 KB ) - added by donn 9 years ago.
kernel stack trace

Download all attachments as: .zip

Change History (8)

by donn, 9 years ago

Attachment: st added

kernel stack trace

comment:1 by anevilyak, 9 years ago

Component: System/libroot.soSystem/Kernel

comment:2 by axeld, 7 years ago

Owner: changed from axeld to nobody
Status: newassigned

comment:3 by waddlesplash, 5 years ago

Still an issue?

comment:4 by donn, 5 years ago

Apparently not. I ran through a couple builds, at beta release, and this error didn't come up. Thanks!

comment:5 by waddlesplash, 5 years ago

Resolution: fixed
Status: assignedclosed

comment:6 by waddlesplash, 5 years ago

OK, thanks for the feedback!

comment:7 by nielx, 4 years ago

Milestone: R1R1/beta2

Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone

Note: See TracTickets for help on using tickets.