Bug#748294: vdpau-va-driver: Arithmetic exception in nvidia driver

2014-06-02 Thread Sebastian Ramacher
Control: tags -1 = upstream

On 2014-05-21 23:44:35, Teemu Ikonen wrote:
 Hi,
 
 Attached is a full stack trace from XBMC after the arithmetic
 exception crash, made with a debug-build of vdpau-va-driver. I hope
 this helps, but if not, let me know if I can do more to help debug
 this.

Thank you. This looks like vdpau_common_Initialize failed before
initializing the heaps (otherwise heap_increment would be 16 and not 0).
Then vdpau_common_Terminate is called which will destroy the heaps and
will fail in this way due to a division by zero. I'll see if there is a
way to handle this somewhat more gracefully.

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Processed: Re: Bug#748294: vdpau-va-driver: Arithmetic exception in nvidia driver

2014-06-02 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 = upstream
Bug #748294 [vdpau-va-driver] vdpau-va-driver: Arithmetic exception in nvidia 
driver
Added tag(s) upstream; removed tag(s) moreinfo.

-- 
748294: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748294
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#748294: vdpau-va-driver: Arithmetic exception in nvidia driver

2014-06-02 Thread Sebastian Ramacher
Control: forwarded -1 https://bugs.freedesktop.org/show_bug.cgi?id=58836

On 2014-06-02 17:30:10, Sebastian Ramacher wrote:
 Control: tags -1 = upstream

Seems like this issue has been reported upstream two years ago:
https://bugs.freedesktop.org/show_bug.cgi?id=58836 and
https://bugs.freedesktop.org/show_bug.cgi?id=75959. But there is no fix
available yet.

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Processed: Re: Bug#748294: vdpau-va-driver: Arithmetic exception in nvidia driver

2014-06-02 Thread Debian Bug Tracking System
Processing control commands:

 forwarded -1 https://bugs.freedesktop.org/show_bug.cgi?id=58836
Bug #748294 [vdpau-va-driver] vdpau-va-driver: Arithmetic exception in nvidia 
driver
Set Bug forwarded-to-address to 
'https://bugs.freedesktop.org/show_bug.cgi?id=58836'.

-- 
748294: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748294
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#748294: vdpau-va-driver: Arithmetic exception in nvidia driver

2014-05-21 Thread Teemu Ikonen
Hi,

Attached is a full stack trace from XBMC after the arithmetic
exception crash, made with a debug-build of vdpau-va-driver. I hope
this helps, but if not, let me know if I can do more to help debug
this.

Also, I could not reproduce this bug with mpv.

Best,
Teemu
### STACK TRACE #
=  Core file: /home/tpikonen/core.18396 (2014-05-21 23:35:00.101394445 
+0200)
=
[New LWP 18448]
[New LWP 18449]
[New LWP 18451]
[New LWP 18425]
[New LWP 18426]
[New LWP 18430]
[New LWP 18433]
[New LWP 18434]
[New LWP 18436]
[New LWP 18437]
[New LWP 18438]
[New LWP 18439]
[New LWP 18440]
[New LWP 18441]
[New LWP 18442]
[New LWP 18445]
[New LWP 18427]
[New LWP 18435]
[New LWP 18396]
[Thread debugging using libthread_db enabled]
Using host libthread_db library 
/lib/i386-linux-gnu/i686/cmov/libthread_db.so.1.
Core was generated by `/usr/lib/xbmc/xbmc.bin'.
Program terminated with signal 8, Arithmetic exception.
#0  0xacb02695 in object_heap_destroy (heap=0xaca4be88) at object_heap.c:275
275 for (i = 0; i  heap-heap_size / heap-heap_increment; i++) {

Thread 19 (Thread 0xb13ce840 (LWP 18396)):
#0  0x085191a0 in CVideoThumbLoader::LoadItem(CFileItem*) ()
#1  0x08be4b6c in CGUIInfoManager::SetCurrentMovie(CFileItem) ()
#2  0x08be51a5 in CGUIInfoManager::SetCurrentItem(CFileItem) ()
#3  0x08b919c2 in CApplication::OnMessage(CGUIMessage) ()
#4  0x085f72b2 in CGUIWindowManager::SendMessage(CGUIMessage) ()
#5  0x085f7d60 in CGUIWindowManager::DispatchThreadMessages() ()
#6  0x08b909d3 in CApplication::Process() ()
#7  0x08c2a68b in CXBApplicationEx::Run() ()
#8  0x08c33047 in XBMC_Run ()
#9  0x082a4fc6 in main ()

Thread 18 (Thread 0xa6a28b40 (LWP 18435)):
#0  0xb770f424 in __kernel_vsyscall ()
#1  0xb50bb2b6 in nanosleep () at ../sysdeps/unix/syscall-template.S:81
#2  0xb50e920d in usleep (useconds=1) at 
../sysdeps/unix/sysv/linux/usleep.c:32
#3  0x08d805cd in CThread::Sleep(unsigned int) ()
#4  0x086397c6 in CDVDPlayer::Process() ()
#5  0x08d80155 in CThread::Action() ()
#6  0x08d807ea in CThread::staticThread(void*) ()
#7  0xb641ded9 in start_thread (arg=0xa6a28b40) at pthread_create.c:312
#8  0xb50f02ae in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129

Thread 17 (Thread 0xaff82b40 (LWP 18427)):
#0  0xb770f424 in __kernel_vsyscall ()
#1  0xb50e214b in poll () at ../sysdeps/unix/syscall-template.S:81
#2  0x08a793a8 in PERIPHERALS::CPeripheralBusUSB::WaitForUpdate() ()
#3  0x08a79480 in PERIPHERALS::CPeripheralBusUSB::Process() ()
#4  0x08d80155 in CThread::Action() ()
#5  0x08d807ea in CThread::staticThread(void*) ()
#6  0xb641ded9 in start_thread (arg=0xaff82b40) at pthread_create.c:312
#7  0xb50f02ae in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129

Thread 16 (Thread 0xa2236b40 (LWP 18445)):
#0  0xb770f424 in __kernel_vsyscall ()
#1  0xb50e8811 in select () at ../sysdeps/unix/syscall-template.S:81
#2  0x0851320b in CVideoReferenceClock::ParseNvSettings(int) ()
#3  0x085143d4 in CVideoReferenceClock::UpdateRefreshrate(bool) ()
#4  0x08514ffa in CVideoReferenceClock::SetupGLX() ()
#5  0x085158e6 in CVideoReferenceClock::Process() ()
#6  0x08d80155 in CThread::Action() ()
#7  0x08d807ea in CThread::staticThread(void*) ()
#8  0xb641ded9 in start_thread (arg=0xa2236b40) at pthread_create.c:312
#9  0xb50f02ae in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129

Thread 15 (Thread 0xa3a22b40 (LWP 18442)):
#0  0xb770f424 in __kernel_vsyscall ()
#1  0xb6422025 in pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix
/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:245
#2  0x083635d6 in CJobManager::GetNextJob(CJobWorker const*) ()
#3  0x08363b7b in CJobWorker::Process() ()
#4  0x08d80155 in CThread::Action() ()
#5  0x08d807ea in CThread::staticThread(void*) ()
#6  0xb641ded9 in start_thread (arg=0xa3a22b40) at pthread_create.c:312
#7  0xb50f02ae in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129

Thread 14 (Thread 0xae122b40 (LWP 18441)):
#0  0xb770f424 in __kernel_vsyscall ()
#1  0xb50e8811 in select () at ../sysdeps/unix/syscall-template.S:81
#2  0xad3ab0cf in shairport_loop () from 
/usr/lib/i386-linux-gnu/libshairport.so.2
#3  0x082f647a in DllLibShairport::shairport_loop() ()
#4  0x082f1146 in CAirTunesServer::Process() ()
#5  0x08d80155 in CThread::Action() ()
#6  0x08d807ea in CThread::staticThread(void*) ()
#7  0xb641ded9 in start_thread (arg=0xae122b40) at pthread_create.c:312
#8  0xb50f02ae in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129

Thread 13 (Thread 0xa4223b40 (LWP 18440)):
#0  0xb770f424 in __kernel_vsyscall ()
#1  0xb50e8811 in select () at ../sysdeps/unix/syscall-template.S:81
#2  0x082efd87 in CAirPlayServer::Process() ()
#3  0x08d80155 in CThread::Action() ()
#4  0x08d807ea in CThread::staticThread(void*) ()
#5  0xb641ded9 in start_thread (arg=0xa4223b40) at pthread_create.c:312
#6  0xb50f02ae in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129

Thread 12 

Bug#748294: vdpau-va-driver: Arithmetic exception in nvidia driver

2014-05-17 Thread Satheesh Kumar Mohan

Followup-For: Bug #748294
Package: vdpau-va-driver
Version: 0.7.4-dmo1

Dear Maintainer,

Trying to play a few videos crashes XBMC with the traceback (as attached
and shown in the bug).

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-updates')
Architecture: amd64 (x86_64)

Kernel: Linux 3.13-1-amd64 (SMP w/3 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages vdpau-va-driver depends on:
ii  libc6 2.18-5
ii  libgl1-mesa-glx [libgl1]  10.1.0-5
ii  libvdpau1 0.7-2
ii  libx11-6  2:1.6.2-1
ii  multiarch-support 2.18-5

vdpau-va-driver recommends no packages.

vdpau-va-driver suggests no packages.

-- no debconf information

-- 
Satheesh Kumar Mohan sat...@gmail.com
### STACK TRACE #
=  Core file: /media/store-1tb/home/satheesh/core.6814 (2014-05-17 13:32:34.859232855 +0530)
=
[New LWP 6855]
[New LWP 6825]
[New LWP 6823]
[New LWP 6822]
[New LWP 6826]
[New LWP 6841]
[New LWP 6824]
[New LWP 6832]
[New LWP 6830]
[New LWP 6834]
[New LWP 6852]
[New LWP 6842]
[New LWP 6836]
[New LWP 6856]
[New LWP 6837]
[New LWP 6851]
[New LWP 6843]
[New LWP 6814]
[New LWP 6838]
[New LWP 6839]
[New LWP 6840]
[New LWP 6844]
[New LWP 6854]
[New LWP 6853]
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
Core was generated by `/usr/lib/x86_64-linux-gnu/xbmc/xbmc.bin --standalone'.
Program terminated with signal 8, Arithmetic exception.
#0  0x7f2c2ade920a in ?? () from /usr/lib/x86_64-linux-gnu/dri/nvidia_drv_video.so

Thread 24 (Thread 0x7f2c7bffe700 (LWP 6853)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f2cae16883b in ?? () from /usr/lib/x86_64-linux-gnu/libavcodec.so.55
#2  0x7f2cb4480062 in start_thread (arg=0x7f2c7bffe700) at pthread_create.c:312
#3  0x7f2cac5f3bfd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 23 (Thread 0x7f2c488d0700 (LWP 6854)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f2cae16883b in ?? () from /usr/lib/x86_64-linux-gnu/libavcodec.so.55
#2  0x7f2cb4480062 in start_thread (arg=0x7f2c488d0700) at pthread_create.c:312
#3  0x7f2cac5f3bfd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 22 (Thread 0x7f2c4a7fc700 (LWP 6844)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1  0x0119408b in CThread::Sleep(unsigned int) ()
#2  0x00e2c55b in CAlarmClock::Process() ()
#3  0x01193b28 in CThread::Action() ()
#4  0x011941e9 in CThread::staticThread(void*) ()
#5  0x7f2cb4480062 in start_thread (arg=0x7f2c4a7fc700) at pthread_create.c:312
#6  0x7f2cac5f3bfd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 21 (Thread 0x7f2c78825700 (LWP 6840)):
#0  0x7f2cac5e88ed in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x7f2cb65430dc in ?? () from /usr/lib/x86_64-linux-gnu/libavahi-common.so.3
#2  0x7f2cb6542c5b in avahi_simple_poll_run () from /usr/lib/x86_64-linux-gnu/libavahi-common.so.3
#3  0x7f2cb6542e38 in avahi_simple_poll_iterate () from /usr/lib/x86_64-linux-gnu/libavahi-common.so.3
#4  0x7f2cb654306d in avahi_simple_poll_loop () from /usr/lib/x86_64-linux-gnu/libavahi-common.so.3
#5  0x7f2cb6543134 in ?? () from /usr/lib/x86_64-linux-gnu/libavahi-common.so.3
#6  0x7f2cb4480062 in start_thread (arg=0x7f2c78825700) at pthread_create.c:312
#7  0x7f2cac5f3bfd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 20 (Thread 0x7f2c79026700 (LWP 6839)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1  0x00e5ba72 in CJobManager::GetNextJob(CJobWorker const*) ()
#2  0x00e5bd7a in CJobWorker::Process() ()
#3  0x01193b28 in CThread::Action() ()
#4  0x011941e9 in CThread::staticThread(void*) ()
#5  0x7f2cb4480062 in start_thread (arg=0x7f2c79026700) at pthread_create.c:312
#6  0x7f2cac5f3bfd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 19 (Thread 0x7f2c7a7fb700 (LWP 6838)):
#0  0x7f2cac5ecdf3 in select () at ../sysdeps/unix/syscall-template.S:81
#1  0x7f2cb2c514cd in ?? () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#2  0x7f2cb2d190b4 in PyEval_EvalFrameEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#3  0x7f2cb2d19039 in PyEval_EvalFrameEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#4  0x7f2cb2d19039 in PyEval_EvalFrameEx () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#5  0x7f2cb2d1b15d in PyEval_EvalCodeEx () from 

Bug#748294: vdpau-va-driver: Arithmetic exception in nvidia driver

2014-05-17 Thread Sebastian Ramacher
On 2014-05-17 14:19:19, Satheesh Kumar Mohan wrote:
 
 Followup-For: Bug #748294
 Package: vdpau-va-driver
 Version: 0.7.4-dmo1

This version is not in Debian. Please report this bug against the
provider of this version.

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#748294: vdpau-va-driver: Arithmetic exception in nvidia driver

2014-05-15 Thread Teemu Ikonen
Package: vdpau-va-driver
Version: 0.7.4-1
Severity: important

XBMC crashes consistently when starting to play video, when
vdpau-va-driver 0.7.4-1 is installed. The XBMC crashlog contains these
lines:

Program terminated with signal 8, Arithmetic exception.
#0  0xacb7248d in ?? () from /usr/lib/i386-linux-gnu/dri/nvidia_drv_video.so

Downgrading vdpau-va-driver to the previous version, 0.7.3-2 makes XBMC
work again.

I use the nvidia-legacy-304xx-driver X driver version 304.121-1 on
Nvidia Geforce 6600 LE card.

Best,
Teemu

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processed: Re: Bug#748294: vdpau-va-driver: Arithmetic exception in nvidia driver

2014-05-15 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 + moreinfo
Bug #748294 [vdpau-va-driver] vdpau-va-driver: Arithmetic exception in nvidia 
driver
Added tag(s) moreinfo.

-- 
748294: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748294
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#748294: vdpau-va-driver: Arithmetic exception in nvidia driver

2014-05-15 Thread Sebastian Ramacher
Control: tags -1 + moreinfo

On 2014-05-15 23:22:24, Teemu Ikonen wrote:
 Package: vdpau-va-driver
 Version: 0.7.4-1
 Severity: important
 
 XBMC crashes consistently when starting to play video, when
 vdpau-va-driver 0.7.4-1 is installed. The XBMC crashlog contains these
 lines:
 
 Program terminated with signal 8, Arithmetic exception.
 #0  0xacb7248d in ?? () from /usr/lib/i386-linux-gnu/dri/nvidia_drv_video.so

I'm afraid I need more than this one line from the backtrace as I can't
reproduce it here (at least not with mpv, I don't have xbmc running
anywhere). For a useful backtrace symbols would also be nice. Could you
please rebuild the package as outlined in [1]'s Rebuilding the package
you're debugging and provide us with a full backtrace? Let me know if I
should build a package with debugging symbols enabled for you.

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers