Results 1 to 3 of 3
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
03-13-2017 #1
- Join Date
- Jan 2013
- Location
- Linux Userland
- Posts
- 84
Trying to read Crash Dump on Freebsd 10.3-Release
Ever since I've upgraded my FreeBSD, the machine will crash during startup displaying a kernel panic fault page which involves the WLAN network driver. I'm able to locate the vmcore.0 file but kgdb isn't able to successfully open the file with the error:Code:Cannot access memory at address 0x0
Code:kgdb kernel.debug /var/crash/vmcore.0
Code:# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable dumpdev="AUTO" dumpdir="/var/crash"
Thanks.
-
10-25-2017 #2
Hi
thanks for the question.
Maybe, don't know, this might be better asked at FreeBSD.
wooddunnosmoke
-
11-08-2017 #3
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, in Chicago, or in a galaxy far, far away.
- Posts
- 14,038
A seg-fault at address 0x0 basically means that something is trying to write to that memory address - not allowed! I agree with woodsmoke, contact the FreeBSD user forums for help!
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!