(gdb) n
22      engine = xine_new();
(gdb) 
23      snprintf(configfile, sizeof(configfile), "%s%s", xine_get_homedir(), 
"/home/bhavin/.xine/config");
(gdb) 
24      xine_config_load(engine, configfile);
(gdb) 
26      xine_init(engine);
(gdb) 

[New Thread 0xb7fd9b70 (LWP 13154)]
27      xine_engine_set_param(engine,0,0);
Missing separate debuginfos, use: debuginfo-install alsa-lib-1.0.23-1.fc13.i686 
dirac-libs-1.0.2-3.fc12.i686 faad2-libs-2.7-1.fc11.i586 
ffmpeg-libs-0.6-3.fc13.i686 gsm-1.0.13-2.fc12.i686 lame-libs-3.98.3-1.fc13.i686 
libcdio-0.82-2.fc13.i686 libogg-1.2.0-1.fc13.i686 liboil-0.3.16-4.fc12.i686 
libstdc++-4.4.5-2.fc13.i686 libtheora-1.1.1-1.fc13.i686 
libva-freeworld-0.31.1-1.sds4.fc13.i686 libvorbis-1.3.1-1.fc13.i686 
libvpx-0.9.6-1.fc13.i686 openjpeg-libs-1.3-7.fc13.i686 
schroedinger-1.0.8-4.fc13.i686 speex-1.2-0.12.rc1.fc12.i686 
vcdimager-libs-0.7.23-13.fc13.1.i686 
x264-libs-0.0.0-0.27.20100130git3659b81.fc13.i686 
xine-lib-extras-freeworld-1.1.18.1-1.fc13.i686 xvidcore-1.2.2-2.fc13.i686
(gdb) 
29      ap = xine_open_audio_driver(engine,"none",NULL);
(gdb) 
[New Thread 0xb75b7b70 (LWP 13155)]
31      vp = xine_new_framegrab_video_port(engine);
(gdb) 
32      if(vp == NULL) {
(gdb) 
37      stream = xine_stream_new(engine,ap,vp);
(gdb) 
[New Thread 0xb63c2b70 (LWP 13156)]
[New Thread 0xb57f4b70 (LWP 13157)]
39      if (!xine_open(stream,mrl))
(gdb) 
47      xine_play(stream,0,0);
Missing separate debuginfos, use: debuginfo-install lcms-libs-1.19-1.fc13.i686 
libjpeg-6b-46.fc12.i686 libmng-1.0.10-4.fc12.i686 libv4l-0.7.91-1.fc13.i686
(gdb) 
[New Thread 0xb4df3b70 (LWP 13158)]
55      printf(" b4 doing something\n");
(gdb) 
 b4 doing something
56      xine_get_next_video_frame(vp,&myframe);
(gdb) 

Program received signal SIGSEGV, Segmentation fault.
0x05392710 in xine_list_get_value () from /usr/lib/libxine.so.1
(gdb) 
Single stepping until exit from function xine_list_get_value, 
which has no line number information.
[Thread 0xb4df3b70 (LWP 13158) exited]
[Thread 0xb63c2b70 (LWP 13156) exited]
[Thread 0xb7fd9b70 (LWP 13154) exited]
[Thread 0xb57f4b70 (LWP 13157) exited]
[Thread 0xb75b7b70 (LWP 13155) exited]

Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.
(gdb)

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

Title:
  [apport] totem-video-thumbnailer crashed with SIGSEGV in
  xine_list_get_value()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xine-lib/+bug/104651/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to