public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
* Zero Divide in Kernel 3.12-rc4
@ 2013-10-20  9:37 Ingo Jürgensmann
  2013-10-20 10:10 ` Geert Uytterhoeven
  2013-10-21  7:34 ` Michael Schmitz
  0 siblings, 2 replies; 15+ messages in thread
From: Ingo Jürgensmann @ 2013-10-20  9:37 UTC (permalink / raw)
  To: debian-68k, schmitz, tuomas.vainikka, linux-m68k

Hi!

I'm testing the ESP SCSI driver port by Tuomas and Michael to 3.12-rc4 
and got now this kernel panic during heavy disk activity (apt-get 
dist-upgrade and parallel a rsync backup by BackupPC):

Debian GNU/Linux jessie/sid spice ttyS0

spice login: [77568.070000] *** ZERO DIVIDE ***   FORMAT=2
[77568.080000] Current process id is 0
[77568.090000] BAD KERNEL TRAP: 00000000
[77568.100000] Modules linked in: xt_multiport iptable_filter ip_tables 
x_tables ipv6 8390 loop evdev dmasound_paula mac_hid dmasound_core 
parport_amiga soundcore parport amimouse ext3 mbcache jbd dm_mod nbd sg 
sd_mod zorro7xx 53c700 hydra amiflop a3000
[77568.320000] PC: [<0484c33a>] sd_completed_bytes+0x90/0xe8 [sd_mod]
[77568.330000] SR: 2000  SP: 00277e58  a2: 0027e2e4
[77568.340000] d0: 00000000    d1: 007735a0    d2: 00000000    d3: 
00000001
[77568.350000] d4: 00000000    d5: 007735a8    a0: 024dd000    a1: 
024a0ea0
[77568.360000] Process swapper (pid: 0, task=0027e2e4)
[77568.370000] Frame format=2 instr addr=0484c336
[77568.390000] Stack from 00277e90:
         00000000 08100002 00000000 00000001 00200028 00000004 0249d120 
02be3090
         0272c9e0 00000000 007735a0 00277f04 0484c5f8 0249d120 00277f30 
0000000a
         00276000 00000100 00200000 00000004 0249d120 00001000 02460614 
002b9480
         00002002 00000bb8 0249d100 70040200 00000000 024dd400 0013f838 
0249d120
         00277f30 002b9480 00276000 001d38e2 000e1cec 0249d120 00000001 
00276000
         00277f30 00277f30 0002c8da 002b9480 00272704 0000000f 00002598 
08031470
[77568.950000] Call Trace: [<0484c5f8>] sd_done+0x1d6/0x2aa [sd_mod]
[77568.970000]  [<00001000>] kernel_pg_dir+0x0/0x1000
[77568.980000]  [<00002002>] _start+0x2/0x8
[77568.990000]  [<0013f838>] scsi_finish_command+0x8e/0xb2
[77569.000000]  [<001d38e2>] printk+0x0/0x24
[77569.010000]  [<000e1cec>] blk_done_softirq+0x90/0x9c
[77569.020000]  [<0002c8da>] __do_softirq+0xa2/0x12a
[77569.030000]  [<00002598>] badsys+0x6/0xa
[77569.040000]  [<00012b08>] slognd+0x74/0x8a
[77569.050000]  [<0000ffff>] res_func+0x101f/0x141a
[77569.060000]  [<001d6944>] schedule_preempt_disabled+0x0/0xe
[77569.070000]  [<0002ca04>] do_softirq+0x2c/0x32
[77569.080000]  [<0000264c>] ret_from_exception+0x0/0xc
[77569.090000]  [<00002598>] badsys+0x6/0xa
[77569.100000]  [<000454d6>] cpu_startup_entry+0x74/0xd6
[77569.110000]  [<0002721c>] kernel_thread+0x0/0x24
[77569.120000]  [<000f0abc>] strlen+0x0/0x14
[77569.130000]  [<001d307a>] rest_init+0x5e/0x66
[77569.140000]  [<002ca6e6>] start_kernel+0x38c/0x398
[77569.150000]  [<000037ee>] setup_rt_frame+0x400/0x4be
[77569.160000]  [<000037ee>] setup_rt_frame+0x400/0x4be
[77569.170000]  [<002c8854>] _sinittext+0x854/0x11ac
[77569.180000]
[77569.190000] Code: 4a80 6704 4c42 0001 2c01 2207 4c42 1406 <2c00> 2e01 
2004 2204 6704 4c42 0001 2801 2205 4c42 1404 2800 2a01 202e fff8 222e
[77569.350000] Disabling lock debugging due to kernel taint
[77569.360000] Kernel panic - not syncing: Aiee, killing interrupt 
handler!
[77611.970000] amikbd: Ctrl-Amiga-Amiga reset warning!!


I don't know whether this is related to the ESP driver or not, but maybe 
someone is better at reading this kind of output and can judge on 
this... :-)

-- 
Ciao...          //    Fon: 0381-2744150
.     Ingo     \X/     http://blog.windfluechter.net

gpg pubkey: http://www.juergensmann.de/ij_public_key.

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2013-11-04  6:34 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-20  9:37 Zero Divide in Kernel 3.12-rc4 Ingo Jürgensmann
2013-10-20 10:10 ` Geert Uytterhoeven
2013-10-20 10:25   ` Ingo Jürgensmann
2013-10-20 10:33     ` Geert Uytterhoeven
2013-10-20 15:08   ` Thorsten Glaser
2013-10-21  7:34 ` Michael Schmitz
2013-10-21  8:40   ` Geert Uytterhoeven
2013-10-22  7:31     ` Michael Schmitz
2013-10-22 20:38       ` Michael Schmitz
2013-10-23 12:12         ` Ingo Jürgensmann
2013-10-24  4:56           ` Michael Schmitz
2013-11-03  6:55           ` Michael Schmitz
2013-11-03 22:10             ` Ingo Jürgensmann
2013-11-04  6:33               ` Michael Schmitz
2013-10-24  8:37         ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox