execution from gcc-4.0 compiled totem-xine :

1. uncheck on 'show visual effect when playing music file' option.
2. start tracing with following works :
$ MALLOC_CHECK_=2 gdb totem
... gdb loads ...
(gdb) set pagination 0
(gdb) run

Starting program: /usr/bin/totem
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 46912581301008 (LWP 19752)]
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
[New Thread 1082132832 (LWP 19755)]
[New Thread 1090525536 (LWP 19756)]
[New Thread 1098918240 (LWP 19757)]
[New Thread 1107310944 (LWP 19758)]
[New Thread 1115703648 (LWP 19759)]
[New Thread 1124096352 (LWP 19760)]
[New Thread 1132489056 (LWP 19761)]
[New Thread 1140881760 (LWP 19762)]
[New Thread 1149274464 (LWP 19763)]
[Thread 1149274464 (LWP 19763) exited]

3. STARTING .mp3 music file (visual effect: off)
Clicked on Load Dialog:

art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
[New Thread 1149540704 (LWP 19765)]
[New Thread 1149806944 (LWP 19766)]
[New Thread 1150073184 (LWP 19767)]

STARTED PLAYING... :

art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
[New Thread 1149274464 (LWP 19768)]

4. Checking on 'show visual effect when playing music file' option during playing music :
(Visual effect: On state)

the playing (runtime) seemed to be long without problem,
but I clicked on menu, and finally I pushed the "H" key
to hide control buttons and the errors followed :

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1132489056 (LWP 19761)]
zoom_filter_c (sizeX=320, sizeY=Variable "sizeY" is not available.
) at filters.c:59
59          Pixel i = *(buffer + x);

5. (gdb) run again!
confirming visual effect is on.

(gdb) run
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program: /usr/bin/totem
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 46912581301008 (LWP 19773)]
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
[New Thread 1082132832 (LWP 19774)]
[New Thread 1090525536 (LWP 19775)]
[New Thread 1098918240 (LWP 19776)]
[New Thread 1107310944 (LWP 19777)]
[New Thread 1115703648 (LWP 19778)]
[New Thread 1124096352 (LWP 19779)]
[New Thread 1132489056 (LWP 19780)]
[New Thread 1140881760 (LWP 19781)]
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
[New Thread 1141148000 (LWP 19782)]
[New Thread 1141414240 (LWP 19783)]
[New Thread 1149806944 (LWP 19785)]
[Thread 1149806944 (LWP 19785) exited]

6. STARTing .mp3 playing (effect : on state)
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
[New Thread 1149806944 (LWP 19786)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1132489056 (LWP 19780)]
zoom_filter_c (sizeX=320, sizeY=Variable "sizeY" is not available.
) at filters.c:59
59          Pixel i = *(buffer + x);


Oh no~! the same errors appeared again.
it seemed that it is not compiler version problem.
may be the library, itself has problematic on heavy plugin.

7. re(run) the layer, totem and confirmed if the effect was on. uncheck on visual effect option.
no problems. as the slider of player is getting closer to the last position, so I killed it.

art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
[New Thread 1141148000 (LWP 19800)]
[New Thread 1141414240 (LWP 19801)]
[New Thread 1141680480 (LWP 19802)]
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
art_render_invoke: no image source given
[New Thread 1150073184 (LWP 19803)]

ok it's paradise world without goom visual effect!

Reply via email to