Not sent to bugs@ because I'm not sure it could do much there. I'm hoping
someone may be able to give hints on what to check, so I can resolve this
small issue.
I have a directory with 8000 .jpg's. I run ImageMagick over these to cut out
a certain section in order to later make an .avi out of them. Yet my kernel
freezes up. Observed in X and in console. [1]No drop to DDB because the USB
keyboard is disabled from dropping into DDB (I do not have a serial console
device). Here is the script:
---
#!/bin/sh
for i in 1*jpg; do
convert -resize 1024x768 -extract 1200x1000+300+0 $i AA$i
done
--
I've not experienced any freezeups on the previous kernel from a month ago,
so it may (or not) be from something that's changed since. Here is what
I've done to cross-check what the problem may be:
* I checked source trees for anything that went in the last 5 weeks but did not
find anything that may be the culprit at first glance.
* I've booted the kernel with boot -d in order to set break points (mainly wd and ata stuff) because on my USB keyboard I cannot enter into DDB from console. This is to debug. It didn't show anything when I stabbed into it.
* I've disabled nviic and other i2c stuff and that wasn't it.
* I've removed the only hardware card in the system in order to make sure it's not the ahc driver.
* disabling apmd because of changes to hw_setperf code still froze the kernel.
All finger pointings and penetrations into finding the problem have resulted
in a NO-GO and I still get Kernel FREEZE UPS! (Infinite loops?) see
reference [1] (can't drop to DDB). There are no messages in the logs about
any bad hardware.
dmesg of current kernel
OpenBSD 4.1-current (GENERIC) #970: Thu May 3 02:01:25 MDT 2007
deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC
real mem = 1073278976 (1048124K)
avail mem = 907788288 (886512K)
using 22937 buffers containing 107536384 bytes (105016K) of memory
mainbus0 (root)
bios0 at mainbus0: SMBIOS rev. 2.3 @ 0xf0...Why would you wanna do that?!!! can't you follow the precedure?!!!! You know.. no matter what you say, you make no sense! I've been watching you, loser! And what I saw was that you restored the kernel and userland from last month! Ah yeah! And you were mumbling to yourself saying the deraadt(!) doesn't want you to go back (revert). Yet you broke that rule as well! DO YOU NEVER LEARN!?!!!!! Anyhow! watching you for a day now.. and your computer hasn't frozen up yet meaning perhaps that there is any new code for the last 30 days that causes the freeze ups!!! GET A LIFE PETER! SERIOUSLY! US SNOOPING DOGS DON'T HAVE TIME TO WATCH YOU LIKE THIS! -- Here my ticker tape .signature #### My name is Peter Philipp #### lynx -dump "http://en.wikipedia.org/w/index.php?title=Pufferfish&oldid=20768394" | sed -n 131,137p #### http://centroid.eu #### So long and thanks for all the fish!!!
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Greg KH | [patch 00/04] RFC: Staging tree (drivers/staging) |
| James Bottomley | Re: Integration of SCST in the mainstream Linux kernel |
| Steven Rostedt | [RFC PATCH 1/3] Unified trace buffer |
git: | |
| Jon Smirl | ! [rejected] master -> master (non-fast forward) |
| Marco Costalba | [ANNOUNCE] qgit4 aka qgit ported to Windows |
| Andi Kleen | Re: [kernel.org users] [RFD] On deprecating "git-foo" for builtins |
| Sverre Rabbelier | Git vs Monotone |
| Richard Stallman | Real men don't attack straw men |
| GVG GVG | ssh_exchange_identification: Connection closed by remote host |
| Damian Gerow | Oddly high load average |
| Benjamin Adams | BSD Port from OpenJDK |
| Michael Grollman | Re: 8169 Intermittent ifup Failure Issue With RTL8102E Chipset in Intel's New D945... |
| Volker Armin Hemmann | build error with 2.6.27.6+reiser4+ehci-hub patch. ERROR: "mii_ethtool_gset" [drive... |
| Evgeniy Polyakov | [resend take 2 0/4] Distributed storage. |
| Wenji Wu | A Linux TCP SACK Question |
| serial driver xmit problem | 37 minutes ago | Linux kernel |
| Why Windows is better than Linux | 37 minutes ago | Linux general |
| How can I see my kernel messages in vt12? | 7 hours ago | Linux kernel |
| Grub | 18 hours ago | Linux general |
| vmalloc_fault handling in x86_64 | 1 day ago | Linux kernel |
| epoll_wait()ing on epoll FD | 1 day ago | Linux kernel |
| Framebuffer in x86_64 causes problems to multiseat | 1 day ago | Linux kernel |
| Difference between 2.4 and 2.6 regarding thread creation | 1 day ago | Linux general |
| Netfilter kernel module | 1 day ago | Linux kernel |
| Compiling gfs2 on kernel 2.6.27 | 1 day ago | Linux kernel |
