* [parisc-linux] insmod modules -> kernel panic:
@ 2002-10-23 11:12 Bruno Vidal
2002-10-23 14:20 ` Bruno Vidal
0 siblings, 1 reply; 4+ messages in thread
From: Bruno Vidal @ 2002-10-23 11:12 UTC (permalink / raw)
To: parisc-linux@lists.parisc-linux.org
[-- Attachment #1: Type: text/plain, Size: 1783 bytes --]
Hi
I'm preparing a patche for the dump driver.
So I'm testing it. But when using insmod dump_rle
(it is a module to use rle compression while dumping)
It panics immediatly, it don't even start the initialisation.
By using insmod -m I have:
Using /lib/modules/2.4.19-pa22/kernel/drivers/dump/dump_rle.o
r_info 0x29 not handled
r_info 0x29 not handled
r_info 0x29 not handled
r_info 0x29 not handled
Sections: Size Address Align
.this 000000b8 000d3000 2**3
.text 00000000 000d30b8 2**0
.text.dump_compress_rle 000002f8 000d30b8 2**3
.text.dump_compress_rle_init 00000038 000d33b0 2**3
.text.dump_compress_rle_cleanup 00000028 000d33e8 2**3
.stub 00000020 000d3410 2**4
.PARISC.unwind 00000030 000d3430 2**2
.kstrtab 000000b4 000d3460 2**0
.kmodtab 00000018 000d3518 2**3
__ksymtab 00000040 000d3530 2**3
__archdata 00000028 000d3570 2**4
.got 00000018 000d3598 2**3
.data 00000020 000d35b0 2**3
.opd 00000060 000d35d0 2**4
.bss 00000000 000d3630 2**0
Symbols:
000d3000 d __this_module
000d3000 D __insmod_dump_rle_O/lib/modules/2.4.19-pa22/kernel/drivers/dump/dump_rle.o_M3DB56146_V132115
000d30b8 t .text.dump_compress_rle
000d30b8 t dump_compress_rle
000d30b8 t .text
000d33b0 t .text.dump_compress_rle_init
000d33b0 T dump_compress_rle_init
000d33b0 t init_module
000d33e8 t cleanup_module
000d33e8 T dump_compress_rle_cleanup
000d33e8 t .text.dump_compress_rle_cleanup
000d3430 r .PARISC.unwind -> PANIC !!!!
Any idea, any suggestion to have more debug ?
Where this .PARISC.unwind comes from ??? It is not in my code.
thanks.
--
Vidal Bruno, (770-4271)
SSD-HA Team, HP-UX & LINUX Support
bruno_vidal@admin.france.hp.com
[-- Attachment #2: Card for Bruno Vidal --]
[-- Type: text/x-vcard, Size: 386 bytes --]
begin:vcard
n:Bruno;VIDAL
tel;fax:01-69-82-60-14
tel;work:01-69-29-42-71
x-mozilla-html:TRUE
url:www.france.hp.com
org:Solution Center
version:2.1
email;internet:bruno_vidal@hp.com
title:Expert Logiciel Environnement Haute Disponibilité
adr;quoted-printable:;;HP France=0D=0A;Z.A de Courtaboeuf;1 Av. du Canada;91947 Les Ulis cedex;France
x-mozilla-cpt:;26208
fn:VIDAL Bruno
end:vcard
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [parisc-linux] insmod modules -> kernel panic:
2002-10-23 11:12 [parisc-linux] insmod modules -> kernel panic: Bruno Vidal
@ 2002-10-23 14:20 ` Bruno Vidal
2002-10-23 15:06 ` Randolph Chung
0 siblings, 1 reply; 4+ messages in thread
From: Bruno Vidal @ 2002-10-23 14:20 UTC (permalink / raw)
To: parisc-linux@lists.parisc-linux.org
[-- Attachment #1: Type: text/plain, Size: 1083 bytes --]
hi
It seems to be a weird problem. I've recompile everything
(make clean && make dep && make vmlinux && make modules && make modules_install)
And:
-A-class: 64bits compilation, it panic, but not at the same place than before:
# insmod -m dump_rle
.
.
.
Symbols:
000d3000 D __insmod_dump_rle_O/lib/modules/2.4.19-pa22/kernel/drivers/dump/dump_rle.o_M3DB6A52E_V132115
000d3000 d __this_module
000d30b8 t .text.dump_compress_rle
000d30b8 t dump_compress_rle
000d30b8 t .text
000d33b0 t .text.dump_compress_rle_init
000d33b0 T dump_compress_rle_init
000d33b0 t init_module
000d3400 t cleanup_module
000d3400 T dump_compress_rle_cleanup
000d3400 t .text.dump_compress_rle_cleanup
000d3460 r .PARISC.unwind
000d3490 r .rodata
000d3490 r .LC5
000d3490 R __insmod_dump_rle_S.rodata_L20
000d3630 D __insmod_dump_rle_S.data_L32
000d3630 d dump_rle_compression
000d3630 d .data
000d36b0 d .bss -> it panic here
-712: works fine !!!!!
I'll try to install the latest 64 bit compiler....
--
Vidal Bruno, (770-4271)
SSD-HA Team, HP-UX & LINUX Support
bruno_vidal@admin.france.hp.com
[-- Attachment #2: Card for Bruno Vidal --]
[-- Type: text/x-vcard, Size: 386 bytes --]
begin:vcard
n:Bruno;VIDAL
tel;fax:01-69-82-60-14
tel;work:01-69-29-42-71
x-mozilla-html:TRUE
url:www.france.hp.com
org:Solution Center
version:2.1
email;internet:bruno_vidal@hp.com
title:Expert Logiciel Environnement Haute Disponibilité
adr;quoted-printable:;;HP France=0D=0A;Z.A de Courtaboeuf;1 Av. du Canada;91947 Les Ulis cedex;France
x-mozilla-cpt:;26208
fn:VIDAL Bruno
end:vcard
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [parisc-linux] insmod modules -> kernel panic:
2002-10-23 14:20 ` Bruno Vidal
@ 2002-10-23 15:06 ` Randolph Chung
2002-10-23 15:13 ` Bruno Vidal
0 siblings, 1 reply; 4+ messages in thread
From: Randolph Chung @ 2002-10-23 15:06 UTC (permalink / raw)
To: Bruno Vidal; +Cc: parisc-linux@lists.parisc-linux.org
In reference to a message from Bruno Vidal, dated Oct 23:
> hi
> It seems to be a weird problem. I've recompile everything
> (make clean && make dep && make vmlinux && make modules && make modules_install)
> And:
> -A-class: 64bits compilation, it panic, but not at the same place than before:
Hi Bruno,
We seem to be having some general problems with insmod causing random
crashes. I would suggest that you stick with building things into the
kernel instead of modules for a little while until we figure out the
insmod problem.
randolph
--
Randolph Chung
Debian GNU/Linux Developer, hppa/ia64 ports
http://www.tausq.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-10-23 15:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-23 11:12 [parisc-linux] insmod modules -> kernel panic: Bruno Vidal
2002-10-23 14:20 ` Bruno Vidal
2002-10-23 15:06 ` Randolph Chung
2002-10-23 15:13 ` Bruno Vidal
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.