Michael Neumann wrote:I could track it down where the panic occurs: http://opengrok.creo.hu/dragonfly/xref/src/sys/bus/usb/usb.c#374 More specifically: http://opengrok.creo.hu/dragonfly/xref/src/sys/sys/queue.h#428 *(head)->tqh_last = (elm); This expands to: *(&taskq->tasks)->tgh_last = task; There a NULL pointer is dereferenced somehow. usb_add_task is called from uhci_timeout: http://opengrok.creo.hu/dragonfly/xref/src/sys/bus/usb/uhci.c#1428 It seems to get only called when a timeout occurs. That's maybe that I am the only one having those problems :) I couldn't track it down further. My pure guess would be that it would not panic if "uhci_abort_xfer(&uxfer->xfer, USBD_TIMEOUT);" is called instead (sc->sc_dying == 1), but I can't build a kernel right now, so I can't change the code and build an ISO image. Any further ideas? Regards, Michael
| Karl Meyer | PROBLEM: 2.6.23-rc "NETDEV WATCHDOG: eth0: transmit timed out" |
| David Miller | Slow DOWN, please!!! |
| S.Çağlar | Rescheduling interrupts |
| Renato S. Yamane | Error -71 on device descriptor read/all |
git: | |
| Sverre Rabbelier | Git vs Monotone |
| Sergei Organov | Newbie: report of first experience with git-rebase. |
| Paolo Ciarrocchi | Question about "git commit -a" |
| Matthieu Moy | git push to a non-bare repository |
| Richard Stallman | Real men don't attack straw men |
| Brandon Mercer | Solid State Hard Disk in OpenBSD |
| GVG GVG | ssh_exchange_identification: Connection closed by remote host |
| Pau | acer aspire one dmesg? |
| Radu Rendec | Endianness problem with u32 classifier hash masks |
| Sami Farin | Linux 2.6.27.5 / SFQ/HTB scheduling problems |
| Jarek Poplawski | [PATCH take 2] pkt_sched: Protect gen estimators under est_lock. |
| Stephen Hemminger | Re: data received but not detected |
