All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] sigwinch in 2.6.14.7 UML
@ 2007-09-21 21:18 Bradshaw, James
  2007-09-24 19:50 ` Jeff Dike
  0 siblings, 1 reply; 2+ messages in thread
From: Bradshaw, James @ 2007-09-21 21:18 UTC (permalink / raw)
  To: user-mode-linux-devel


[-- Attachment #1.1: Type: text/plain, Size: 3447 bytes --]

Sigwinch appears to trigger a panic in 2.6.14.7. Here's the GDB
backtrace

 

#0  0xffffe410 in ?? ()

#1  0x0806d53d in stop () at
/ccase/wrlinux/build/mxs_cm_t0/build/linux-2.6.14-cgl/arch/um/os-Linux/t
t.c:67

#2  0x0805dd98 in panic_waitonerr (self=0x82394e8, unused1=0,
unused2=0x82716c0) at
/ccase/wrlinux/build/mxs_cm_t0/build/linux-2.6.14-cgl/arch/um/kernel/um_
arch.c:523

#3  0x0808655a in notifier_call_chain (n=0xfffffdfc, val=0, v=0x82375c0)
at
/ccase/wrlinux/build/mxs_cm_t0/build/linux-2.6.14-cgl/kernel/sys.c:179

#4  0x0807803c in panic (fmt=0x81f6bdc "BUG!") at
/ccase/wrlinux/build/mxs_cm_t0/build/linux-2.6.14-cgl/kernel/panic.c:97

#5  0x08096201 in ack_none (irq=10) at hardirq.h:22

#6  0x080962e0 in __do_IRQ (irq=136541632, regs=0x8238fcc) at
/ccase/wrlinux/build/mxs_cm_t0/build/linux-2.6.14-cgl/kernel/irq/handle.
c:134

#7  0x0805948f in do_IRQ (irq=-516, regs=0xa34ff4) at
/ccase/wrlinux/build/mxs_cm_t0/build/linux-2.6.14-cgl/arch/um/kernel/irq
.c:374

#8  0x0805d60e in winch (sig=28, regs=0x8238fcc) at
/ccase/wrlinux/build/mxs_cm_t0/build/linux-2.6.14-cgl/arch/um/kernel/tra
p.c:246

#9  0x080709a6 in sig_handler_common_skas (sig=28, sc_ptr=0x805d600) at
/ccase/wrlinux/build/mxs_cm_t0/build/linux-2.6.14-cgl/arch/um/os-Linux/s
kas/trap.c:52

#10 0x0806cb27 in sig_handler (sig=28) at
/ccase/wrlinux/build/mxs_cm_t0/build/linux-2.6.14-cgl/arch/um/os-Linux/s
ignal.c:61

#11 <signal handler called>

#12 0x0804f7c6 in __alloc_bootmem_core (bdata=0x823eec0, size=6291488,
align=32, goal=151089152, limit=136541632) at string.h:373

#13 0x0804fd95 in __alloc_bootmem_node_limit (pgdat=0x0, size=6291488,
align=32, goal=0, limit=0) at
/ccase/wrlinux/build/mxs_cm_t0/build/linux-2.6.14-cgl/mm/bootmem.c:418

#14 0x0805035b in alloc_node_mem_map (pgdat=0x823eec0) at bootmem.h:134

#15 0x080503af in free_area_init_node (nid=0, pgdat=0x823eec0,
zones_size=0x8237bd0, node_start_pfn=0, zholes_size=0x0) at
/ccase/wrlinux/build/mxs_cm_t0/build/linux-2.6.14-cgl/mm/page_alloc.c:20
07

#16 0x080503d7 in free_area_init (zones_size=0x8237bd0) at mem.h:19

#17 0x0805972f in paging_init () at
/ccase/wrlinux/build/mxs_cm_t0/build/linux-2.6.14-cgl/arch/um/kernel/mem
.c:228

#18 0x0804d245 in setup_arch (cmdline_p=0x0) at
/ccase/wrlinux/build/mxs_cm_t0/build/linux-2.6.14-cgl/arch/um/kernel/um_
arch.c:555

#19 0x08049481 in start_kernel () at
/ccase/wrlinux/build/mxs_cm_t0/build/linux-2.6.14-cgl/init/main.c:464

#20 0x0805e55a in start_kernel_proc (unused=0x0) at
/ccase/wrlinux/build/mxs_cm_t0/build/linux-2.6.14-cgl/arch/um/kernel/ska
s/process_kern.c:173

#21 0x0806c148 in run_kernel_thread (fn=0x805e530 <start_kernel_proc>,
arg=0x0, jmp_ptr=0x8234000) at
/ccase/wrlinux/build/mxs_cm_t0/build/linux-2.6.14-cgl/arch/um/os-Linux/p
rocess.c:285

#22 0x0805e24c in new_thread_handler (sig=10) at thread_info.h:49

#23 <signal handler called>

#24 0xffffe410 in ?? ()

(gdb)

 

Control ends up in ack_bad_irq() in asm-um/hardirq.h:

 

static inline void ack_bad_irq(unsigned int irq)

{

                printk(KERN_ERR "unexpected IRQ %02x\n", irq);

                BUG();

}

 

Did the correct handler fail to get assigned, or should sigwinch have
been blocked?

 

James T. Bradshaw

Firmware Engineer

Enterasys Networks

50 Minuteman Rd.

Andover, MA 01810

USA

Tel. (978) 684-1544 


[-- Attachment #1.2: Type: text/html, Size: 7800 bytes --]

[-- Attachment #2: Type: text/plain, Size: 228 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

[-- Attachment #3: Type: text/plain, Size: 194 bytes --]

_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

* Re: [uml-devel] sigwinch in 2.6.14.7 UML
  2007-09-21 21:18 [uml-devel] sigwinch in 2.6.14.7 UML Bradshaw, James
@ 2007-09-24 19:50 ` Jeff Dike
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Dike @ 2007-09-24 19:50 UTC (permalink / raw)
  To: Bradshaw, James; +Cc: user-mode-linux-devel

On Fri, Sep 21, 2007 at 05:18:11PM -0400, Bradshaw, James wrote:
> Sigwinch appears to trigger a panic in 2.6.14.7. Here's the GDB
> backtrace

I realize that you probably specifically need a 2.6.14 kernel, but
that's so old (kernel.org says Oct 2005) that it'll be hard to find
someone interested in figuring out what's wrong with it.

				Jeff

-- 
Work email - jdike at linux dot intel dot com

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

end of thread, other threads:[~2007-09-24 19:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-21 21:18 [uml-devel] sigwinch in 2.6.14.7 UML Bradshaw, James
2007-09-24 19:50 ` Jeff Dike

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.