DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 16th July 2020
bsdun bsdun is offline
Real Name: Steve
Fdisk Soldier
 
Join Date: Feb 2020
Posts: 48
Default An error?

I have an old computer, where I rarely test some stuff. Today upon boot I got strange error. After rebooting the error is gone. What does it mean?
Attached Images
File Type: jpg error.jpg (252.0 KB, 52 views)
Attached Files
File Type: txt dmesg.txt (6.3 KB, 36 views)
Reply With Quote
  #2   (View Single Post)  
Old 16th July 2020
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

This type of error is called a kernel panic. You can tell because it is a message from the kernel (blue background, white letters) that starts with the word "panic:" followed by the type of panic. This states "pool_do_get: anonpl free list modified..." and additional information. We can see that the process that was running was slaacd(8), the IPv6 autoconfiguration daemon, and then we can see the start of the stack trace, followed by entry into the kernel debugger ddb(4).

I can't tell you much about the panic from the photograph you attached. I ran find(1) with grep(1) on the kernel source code to discover the pool_do_get function is part of /usr/src/sys/kern/subr_pool.c, the memory pool resource management module, but I haven't looked through the code at all.

I have two small pieces of advice:
  1. The crash(8) man page can give you guidance on what to do if this problem repeats.
  2. Run syspatch(8) to update this system. If I counted right, you're missing up to 11 published errata patches, including several kernel patches.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
error: [drm:pid60567:intel_uncore_check_errors] *ERROR* Unclaimed register before int livestradamus OpenBSD Installation and Upgrading 11 4th November 2017 12:35 PM
shc unistd.h:239: error: syntax error before '&' token laraaj OpenBSD General 3 11th September 2010 07:21 AM
help error darken FreeBSD General 1 21st September 2008 09:28 PM
VLC run error mfaridi OpenBSD Packages and Ports 14 29th May 2008 05:38 PM
error kde darken FreeBSD General 1 5th May 2008 08:45 PM


All times are GMT. The time now is 08:22 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick