All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Crash on 3.19.3 kernel
       [not found] <552FFEE4.9010101@gmail.com>
@ 2015-04-20 14:15 ` Simon Marchi
       [not found] ` <CAFXXi0kR3Lb_LehT-Yid6SqaLwG8ZnXqfS+dSc+4EGZde97jow@mail.gmail.com>
  1 sibling, 0 replies; 5+ messages in thread
From: Simon Marchi @ 2015-04-20 14:15 UTC (permalink / raw)
  To: Sébastien Lorrain; +Cc: lttng-dev

On 16 April 2015 at 14:26, Sébastien Lorrain
<sebastien.lorrain01@gmail.com> wrote:
> Hello LTTng folks,
>
> I'am using Archlinux with stock 3.19.3 kernel and I'am experiencing a crash
> with the latest and greatest lttng.
> I compiled lttng-tools without UST support.
>
> $uname -a
> Linux redwind 3.19.3-3-ARCH #1 SMP PREEMPT Wed Apr 8 14:10:00 CEST 2015
> x86_64 GNU/Linux
>
> Here's the compile log of lttng-modules :
> http://paste.ubuntu.com/10834007/
>
> I noticed I'am missing  CONFIG_KALLSYMS_ALL, but I don't know if it is
> really relevant as lttng-modules 2.6 was running fine without it.
>
> Here's the syslog/journal after a crash (on a test VM)
> http://paste.ubuntu.com/10833873/
>
> Any help in debugging that would be greatly appreciated!
>
> Thanks!
> Lrouge/
> Sebastien Lorrain.


Hi Sébastien,

I can reproduce this as well. I suggest you file a bug
(http://bugs.lttng.org/projects/lttng-modules), so that the issue is
tracked and fixed before the next release.

Simon

_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

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

* Re: Crash on 3.19.3 kernel
       [not found] ` <CAFXXi0kR3Lb_LehT-Yid6SqaLwG8ZnXqfS+dSc+4EGZde97jow@mail.gmail.com>
@ 2015-04-23 22:33   ` Mathieu Desnoyers
       [not found]   ` <1809081385.35324.1429828394309.JavaMail.zimbra@efficios.com>
  1 sibling, 0 replies; 5+ messages in thread
From: Mathieu Desnoyers @ 2015-04-23 22:33 UTC (permalink / raw)
  To: Simon Marchi; +Cc: Sébastien Lorrain, lttng-dev

It should be fixed now, can you confirm ?

Thanks,

Mathieu

----- Original Message -----
> On 16 April 2015 at 14:26, Sébastien Lorrain
> <sebastien.lorrain01@gmail.com> wrote:
> > Hello LTTng folks,
> >
> > I'am using Archlinux with stock 3.19.3 kernel and I'am experiencing a crash
> > with the latest and greatest lttng.
> > I compiled lttng-tools without UST support.
> >
> > $uname -a
> > Linux redwind 3.19.3-3-ARCH #1 SMP PREEMPT Wed Apr 8 14:10:00 CEST 2015
> > x86_64 GNU/Linux
> >
> > Here's the compile log of lttng-modules :
> > http://paste.ubuntu.com/10834007/
> >
> > I noticed I'am missing  CONFIG_KALLSYMS_ALL, but I don't know if it is
> > really relevant as lttng-modules 2.6 was running fine without it.
> >
> > Here's the syslog/journal after a crash (on a test VM)
> > http://paste.ubuntu.com/10833873/
> >
> > Any help in debugging that would be greatly appreciated!
> >
> > Thanks!
> > Lrouge/
> > Sebastien Lorrain.
> 
> 
> Hi Sébastien,
> 
> I can reproduce this as well. I suggest you file a bug
> (http://bugs.lttng.org/projects/lttng-modules), so that the issue is
> tracked and fixed before the next release.
> 
> Simon
> 
> _______________________________________________
> lttng-dev mailing list
> lttng-dev@lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
> 

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com

_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

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

* Re: Crash on 3.19.3 kernel
       [not found]   ` <1809081385.35324.1429828394309.JavaMail.zimbra@efficios.com>
@ 2015-04-24 16:03     ` Simon Marchi
       [not found]     ` <CAFXXi0=0YHS1X=nm7e6Qxu_xdfnbfy2iVNNcym0MCdshR=gmWA@mail.gmail.com>
  1 sibling, 0 replies; 5+ messages in thread
From: Simon Marchi @ 2015-04-24 16:03 UTC (permalink / raw)
  To: Mathieu Desnoyers; +Cc: Sébastien Lorrain, lttng-dev

On 23 April 2015 at 18:33, Mathieu Desnoyers
<mathieu.desnoyers@efficios.com> wrote:
> It should be fixed now, can you confirm ?
>
> Thanks,
>
> Mathieu

After a quick test, it's certainly better than it was.

Thanks!

Simon

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

* Re: Crash on 3.19.3 kernel
       [not found]     ` <CAFXXi0=0YHS1X=nm7e6Qxu_xdfnbfy2iVNNcym0MCdshR=gmWA@mail.gmail.com>
@ 2015-04-24 16:34       ` Sébastien Lorrain
  0 siblings, 0 replies; 5+ messages in thread
From: Sébastien Lorrain @ 2015-04-24 16:34 UTC (permalink / raw)
  To: Simon Marchi, Mathieu Desnoyers; +Cc: lttng-dev

Seems to work for me too, no kernel panic and tests are running fine!

Thanks a lot!

Sebastien.

On 04/24/15 12:03, Simon Marchi wrote:
> On 23 April 2015 at 18:33, Mathieu Desnoyers
> <mathieu.desnoyers@efficios.com> wrote:
>> It should be fixed now, can you confirm ?
>>
>> Thanks,
>>
>> Mathieu
> After a quick test, it's certainly better than it was.
>
> Thanks!
>
> Simon

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

* Crash on 3.19.3 kernel
@ 2015-04-16 18:26 Sébastien Lorrain
  0 siblings, 0 replies; 5+ messages in thread
From: Sébastien Lorrain @ 2015-04-16 18:26 UTC (permalink / raw)
  To: lttng-dev

Hello LTTng folks,

I'am using Archlinux with stock 3.19.3 kernel and I'am experiencing a 
crash with the latest and greatest lttng.
I compiled lttng-tools without UST support.

$uname -a
Linux redwind 3.19.3-3-ARCH #1 SMP PREEMPT Wed Apr 8 14:10:00 CEST 2015 
x86_64 GNU/Linux

Here's the compile log of lttng-modules :
http://paste.ubuntu.com/10834007/

I noticed I'am missing  CONFIG_KALLSYMS_ALL, but I don't know if it is 
really relevant as lttng-modules 2.6 was running fine without it.

Here's the syslog/journal after a crash (on a test VM)
http://paste.ubuntu.com/10833873/

Any help in debugging that would be greatly appreciated!

Thanks!
Lrouge/
Sebastien Lorrain.

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

end of thread, other threads:[~2015-04-24 16:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <552FFEE4.9010101@gmail.com>
2015-04-20 14:15 ` Crash on 3.19.3 kernel Simon Marchi
     [not found] ` <CAFXXi0kR3Lb_LehT-Yid6SqaLwG8ZnXqfS+dSc+4EGZde97jow@mail.gmail.com>
2015-04-23 22:33   ` Mathieu Desnoyers
     [not found]   ` <1809081385.35324.1429828394309.JavaMail.zimbra@efficios.com>
2015-04-24 16:03     ` Simon Marchi
     [not found]     ` <CAFXXi0=0YHS1X=nm7e6Qxu_xdfnbfy2iVNNcym0MCdshR=gmWA@mail.gmail.com>
2015-04-24 16:34       ` Sébastien Lorrain
2015-04-16 18:26 Sébastien Lorrain

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.