[Bug 1752190] Re: vlc segfaults on laptop

2018-05-08 Thread Launchpad Bug Tracker
[Expired for vlc (Ubuntu) because there has been no activity for 60
days.]

** Changed in: vlc (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752190

Title:
  vlc segfaults on laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1752190/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752190] Re: vlc segfaults on laptop

2018-03-09 Thread gregrwm
$ gdb --args vlc http://youtu.be/M-129JLTjkQ?fmt=22 
  [14/14]
GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from vlc...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/vlc http://youtu.be/M-129JLTjkQ\?fmt=22
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
VLC media player 2.2.2 Weatherwax (revision 2.2.2-0-g6259d80)
[New Thread 0x7fffeca21700 (LWP 2074)]
[New Thread 0x77f51700 (LWP 2075)]
[New Thread 0x7fffef8e8700 (LWP 2076)]
[New Thread 0x7fffe821f700 (LWP 2077)]
[Thread 0x7fffef8e8700 (LWP 2076) exited]
[New Thread 0x7fffef8e8700 (LWP 2078)]
[00606078] core libvlc: Running vlc with the default interface. Use 
'cvlc' to use vlc without interface.
[Thread 0x7fffe821f700 (LWP 2077) exited]
[New Thread 0x7fffe821f700 (LWP 2079)]
[New Thread 0x7fffd4cc1700 (LWP 2080)]
[New Thread 0x7fffcbda6700 (LWP 2081)]
[New Thread 0x7fffc67c1700 (LWP 2082)]
[New Thread 0x7fffc5d88700 (LWP 2084)]
[New Thread 0x7fffc5c87700 (LWP 2085)]
[Thread 0x7fffc5c87700 (LWP 2085) exited]
[006d5958] core playlist: stopping playback
[New Thread 0x7fffc5c87700 (LWP 2091)]
[New Thread 0x7fffc41d5700 (LWP 2092)]
[Thread 0x7fffc5c87700 (LWP 2091) exited]
[Thread 0x7fffc5d88700 (LWP 2084) exited]
[New Thread 0x7fffc5d88700 (LWP 2093)]
[New Thread 0x7fffc5c87700 (LWP 2094)]
[Thread 0x7fffc41d5700 (LWP 2092) exited]
[Thread 0x7fffc5c87700 (LWP 2094) exited]
[New Thread 0x7fffa1442700 (LWP 2105)]
[New Thread 0x7fffa0c41700 (LWP 2106)]
[New Thread 0x7fffa0440700 (LWP 2107)]
[New Thread 0x7fffc5c87700 (LWP 2108)]
[New Thread 0x7fffc41d5700 (LWP 2109)]
[7fffbc0031a8] vdpau_avcodec generic error: decoder profile not supported: 7
[New Thread 0x7fff9cb24700 (LWP 2273)]

Thread 22 "vlc" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fff9cb24700 (LWP 2273)]
0x7fffdc00f32a in ?? ()
(gdb) bt
#0  0x7fffdc00f32a in ?? ()
#1  0x3e803e80 in ?? ()
#2  0x3e803e80 in ?? ()
#3  0x in ?? ()
(gdb)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752190

Title:
  vlc segfaults on laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1752190/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752190] Re: vlc segfaults on laptop

2018-03-08 Thread Sebastian Ramacher
Please use gdb --args vlc http://youtu.be/M-129JLTjkQ?fmt=22 and then
enter r to launch vlc. Once it crashes, enter bt to get the backtrace.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752190

Title:
  vlc segfaults on laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1752190/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752190] Re: vlc segfaults on laptop

2018-03-08 Thread gregrwm
without gdb:

$ vlc http://youtu.be/M-129JLTjkQ?fmt=22  
VLC media player 2.2.2 Weatherwax (revision 2.2.2-0-g6259d80)
[00c29078] core libvlc: Running vlc with the default interface. Use 
'cvlc' to use vlc without interface.
[00cf8958] core playlist: stopping playback
[7f0a780009c8] vdpau_avcodec generic error: decoder profile not supported: 7
Segmentation fault (core dumped)

with gdb:

$ gdb vlc http://youtu.be/M-129JLTjkQ?fmt=22
   
GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from vlc...(no debugging symbols found)...done.
/home/user1/http://youtu.be/M-129JLTjkQ?fmt=22: No such file or directory.
(gdb)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752190

Title:
  vlc segfaults on laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1752190/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752190] Re: vlc segfaults on laptop

2018-03-03 Thread Sebastian Ramacher
For Debian I'd link to https://wiki.debian.org/HowToGetABacktrace. This
should also work under Ubuntu, but you don't need to add additional
sources for the debugging symbols.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752190

Title:
  vlc segfaults on laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1752190/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752190] Re: vlc segfaults on laptop

2018-03-01 Thread gregrwm
ran it again just now, vlc -vvv is attached.  a dialog came up offering
to send a bug report to help the developers, i pressed continue, heard
nothing further, did it send it?  where?  that would include the
backtrace, right?

** Attachment added: "vlcvvv"
   
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1752190/+attachment/5066147/+files/vlcvvv

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752190

Title:
  vlc segfaults on laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1752190/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752190] Re: vlc segfaults on laptop

2018-03-01 Thread Sebastian Ramacher
Please provide the output of vlc -vvv up to the crash. Please also
provide a backtrace.

** Changed in: vlc (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752190

Title:
  vlc segfaults on laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1752190/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs