Opened 15 years ago
Closed 15 years ago
#4370 closed bug (fixed)
KDL in Alpha build, PANIC: page fault, but interrupt were disabled, Touching address 0xdeadbf1f
Reported by: | scottmc | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/Kernel | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This happened with the new autoconf, automake, m4 and libtool in place while trying to run configure on apr-1.3.8. Rebooted and tried again and got the same error. Screenshot attached.
Attachments (2)
Change History (13)
by , 15 years ago
Attachment: | 100_8306b.jpg added |
---|
by , 15 years ago
Attachment: | 100_8307b.jpg added |
---|
comment:1 by , 15 years ago
Blocking: | 4363 added |
---|---|
Component: | System → Build System |
Owner: | changed from | to
comment:2 by , 15 years ago
Seems it's still there. Rolled m4 back and was trying to rebuild the new m4 and got the crash again. So maybe it's in automake or autoconf. Still troubleshooting here.
follow-up: 4 comment:3 by , 15 years ago
Since these are userland apps, they probably shouldn't cause KDL anyway... so chances are something is wrong with Haiku?
comment:4 by , 15 years ago
Component: | Build System → System/Kernel |
---|---|
Owner: | changed from | to
Replying to umccullough:
Since these are userland apps, they probably shouldn't cause KDL anyway... so chances are something is wrong with Haiku?
Exactly. The thread hash table ends up with a freed thread structure entry, which is in any case a bug in the kernel.
comment:5 by , 15 years ago
I'm using hrev32801 installed from the image posted here: http://haiku-files.org/releases/R1Alpha1/
comment:6 by , 15 years ago
Might be related to #4360, which also suggests a corrupt thread structure/thread table corruption. Is this an SMP machine? If so, does the problem occur with SMP disabled in the boot menu?
comment:7 by , 15 years ago
This is on an AMDX2, I tried turning off SMP in the boot menu, but it then hangs on the last icon during boot. The KDL is easy to reproduce, it's happening with whatever i try to run configure on. I'll try updating my single CPU laptop and see if I can do work there for now.
comment:10 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:11 by , 15 years ago
Blocking: | 4363 removed |
---|
(In #4363) Four more:
http://www.haiku-ports.de/packages/dev-libs/libxml2/libxml2-2.7.3-git-r1a1-x86-gcc2-2009-08-30.zip
http://www.haiku-ports.de/packages/dev-lang/yasm/yasm-0.8.0-r1a1-x86-gcc2-2009-08-30.zip
http://www.haiku-ports.de/packages/dev-db/sqlite/sqlite-3.6.17-r1a1-x86-gcc2-2009-08-30.zip
http://www.haiku-ports.de/packages/net-misc/curl/curl-7.19.6-r1a1-x86-gcc2-2009-08-30.zip
I rolled libtool back to previous version and still got the error, so i then rolled m4 back and the error went away. So this appears to be an issue with m4-1.3.13, which is the first version since they applied some Haiku related patches upstream. Perhaps Ingo or someone else who understands the changes that were made to m4 can investigate this one. Until this one if fixed work on #4363 might get stalled.