linux-um archives
 help / color / mirror / Atom feed
From: "Toralf Förster" <toralf.foerster@gmx.de>
To: Richard Weinberger <richard@nod.at>
Cc: UML devel <user-mode-linux-devel@lists.sourceforge.net>
Subject: Re: [uml-devel] does 3.12.2 breaks UML with "con=xterm" ?
Date: Sat, 30 Nov 2013 19:19:59 +0100	[thread overview]
Message-ID: <529A2C4F.5060000@gmx.de> (raw)
In-Reply-To: <2621846.9otYC7P9Yq@sandpuppy>

On 11/30/2013 06:35 PM, Richard Weinberger wrote:
> Am Samstag, 30. November 2013, 18:26:45 schrieb Toralf Förster:
>> On 11/30/2013 05:36 PM, Richard Weinberger wrote:
>>> Am Samstag, 30. November 2013, 17:28:55 schrieb Toralf Förster:
>>>> On 11/30/2013 03:51 PM, Richard Weinberger wrote:
>>>>> Please more details.
>>>>> Does Linus' tree work?
>>>>> Does it crash immediately?
>>>>
>>>> Does this helps ? :
>>> Please try Linus's tree and run it without GDB.
>>> UML now has a complete new stack unwinder, let's give it a try.
>>
>> I tried it again now with host kernel 3.13-rc2 - (and guest kernel 3.11,
>> 3.12 and 3.13-rc2) - same picture.
>>
>> (FWIW I tried the UML guest already with a lot of versions inclusive
>> latest Linus git tree, but for the host I'd like to run latest stable
>> from Greg KH)
> 
> Please show me the backtrace from Linus' tree.
> 
> Thanks,
> //richard
> 
3 subsequent runs gave these 3 back traces :


tfoerste@n22 /mnt/ramdisk $ cat bt-g 
[New LWP 5297]
Core was generated by `/home/tfoerste/devel/linux/linux earlyprintk ubda=/home/tfoerste/virtual/uml/tr'.
Program terminated with signal 11, Segmentation fault.
#0  constant_test_bit (addr=<optimized out>, nr=<optimized out>) at /home/tfoerste/devel/linux/arch/x86/include/asm/bitops.h:313
313                     (addr[nr >> _BITOPS_LONG_SHIFT])) != 0;
#0  constant_test_bit (addr=<optimized out>, nr=<optimized out>) at /home/tfoerste/devel/linux/arch/x86/include/asm/bitops.h:313
No locals.
#1  test_ti_thread_flag (ti=<optimized out>, flag=<optimized out>) at include/linux/thread_info.h:93
No locals.
#2  test_tsk_thread_flag (flag=<optimized out>, tsk=<optimized out>) at include/linux/sched.h:2422
No locals.
#3  signal_pending (p=<optimized out>) at include/linux/sched.h:2448
No locals.
#4  __set_task_blocked (tsk=0x34747865, newset=0x49b41f4c) at kernel/signal.c:2530
No locals.
#5  0x0808a390 in __set_current_blocked (newset=0x49b41f4c) at kernel/signal.c:2558
        tsk = 0x34747865
#6  0x0808a3b7 in set_current_blocked (newset=0x0) at kernel/signal.c:2550
No locals.
#7  0x0808b8fd in sigsuspend (set=0x0) at kernel/signal.c:3556
No locals.
#8  0x080646d8 in winch_thread (arg=0x0) at arch/um/drivers/chan_user.c:210
        sigs = <incomplete type>
        pty_fd = 172431400
        pipe_fd = 15
        c = 1 '\001'
#9  0x083da38e in clone ()
No symbol table info available.


tfoerste@n22 /mnt/ramdisk $ cat bt-g
[New LWP 5557]
Core was generated by `/home/tfoerste/devel/linux/linux earlyprintk ubda=/home/tfoerste/virtual/uml/tr'.
Program terminated with signal 11, Segmentation fault.
#0  0x0808b8da in sigsuspend (set=0x0) at kernel/signal.c:3555
3555            current->saved_sigmask = current->blocked;
#0  0x0808b8da in sigsuspend (set=0x0) at kernel/signal.c:3555
No locals.
#1  0x080646d8 in winch_thread (arg=0x0) at arch/um/drivers/chan_user.c:210
        sigs = <incomplete type>
        pty_fd = 145942568
        pipe_fd = 15
        c = 1 '\001'
#2  0x083da38e in clone ()
No symbol table info available.


tfoerste@n22 /mnt/ramdisk $ cat bt-g
[New LWP 5809]
Core was generated by `/home/tfoerste/devel/linux/linux earlyprintk ubda=/home/tfoerste/virtual/uml/tr'.
Program terminated with signal 11, Segmentation fault.
#0  constant_test_bit (addr=<optimized out>, nr=<optimized out>) at /home/tfoerste/devel/linux/arch/x86/include/asm/bitops.h:313
313                     (addr[nr >> _BITOPS_LONG_SHIFT])) != 0;
#0  constant_test_bit (addr=<optimized out>, nr=<optimized out>) at /home/tfoerste/devel/linux/arch/x86/include/asm/bitops.h:313
No locals.
#1  test_ti_thread_flag (ti=<optimized out>, flag=<optimized out>) at include/linux/thread_info.h:93
No locals.
#2  test_tsk_thread_flag (flag=<optimized out>, tsk=<optimized out>) at include/linux/sched.h:2422
No locals.
#3  signal_pending (p=<optimized out>) at include/linux/sched.h:2448
No locals.
#4  __set_task_blocked (tsk=0x34747865, newset=0x48b41f4c) at kernel/signal.c:2530
No locals.
#5  0x0808a390 in __set_current_blocked (newset=0x48b41f4c) at kernel/signal.c:2558
        tsk = 0x34747865
#6  0x0808a3b7 in set_current_blocked (newset=0x0) at kernel/signal.c:2550
No locals.
#7  0x0808b8fd in sigsuspend (set=0x0) at kernel/signal.c:3556
No locals.
#8  0x080646d8 in winch_thread (arg=0x0) at arch/um/drivers/chan_user.c:210
        sigs = <incomplete type>
        pty_fd = 152619048
        pipe_fd = 15
        c = 1 '\001'
#9  0x083da38e in clone ()
No symbol table info available.

-- 
MfG/Sincerely
Toralf Förster
pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

  reply	other threads:[~2013-11-30 18:20 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-30 14:37 [uml-devel] does 3.12.2 breaks UML with "con=xterm" ? Toralf Förster
2013-11-30 14:43 ` Toralf Förster
2013-11-30 14:51   ` Richard Weinberger
2013-11-30 15:56     ` Toralf Förster
2013-11-30 16:28     ` Toralf Förster
2013-11-30 16:36       ` Richard Weinberger
2013-11-30 17:26         ` Toralf Förster
2013-11-30 17:35           ` Richard Weinberger
2013-11-30 18:19             ` Toralf Förster [this message]
2013-11-30 18:23               ` Richard Weinberger
2013-11-30 18:43                 ` Toralf Förster
2013-11-30 23:19                   ` Richard Weinberger
2013-12-01 10:17                     ` Toralf Förster
2013-12-01 10:20                       ` Richard Weinberger
2013-12-01 17:07                         ` Toralf Förster
2013-12-01 19:05                         ` Toralf Förster
2013-12-02 16:42                           ` Boaz Harrosh
2013-12-02 21:21                           ` Richard Weinberger
2013-12-02 21:32                             ` Toralf Förster
2013-12-02 21:59                               ` Richard Weinberger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=529A2C4F.5060000@gmx.de \
    --to=toralf.foerster@gmx.de \
    --cc=richard@nod.at \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox