[win32] elisa crashes scrolling up and down the music library
Bug #254703 reported by
Jesús Corrius
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Moovida |
Fix Released
|
High
|
Loïc Molinari |
Bug Description
Steps to reproduce:
1. Install Elisa 0.5.3
2. Run Elisa
3. Go to Music -> Music Library -> Tracks
4. Scroll up and down and move around
Actual results:
Elisa crashes and generates a dump file in the user profile's directory.
Expected results:
No crash.
Changed in elisa: | |
importance: | Undecided → High |
milestone: | none → 0.5.4 |
assignee: | nobody → loic-molinari |
Changed in elisa: | |
milestone: | 0.5.4 → 0.5.5 |
Changed in elisa: | |
status: | Confirmed → Fix Committed |
Changed in elisa: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Not all the dump files are exactly the same, but a more or less common traceback we get for that crashes is this one:
libpgmopengl. dll!do_ rgb_upload( _PgmTexture * texture=0x06219f18, void * buffer=0x00000000) Line 255 + 0x30 bytes dll!pgm_ texture_ upload( _PgmTexture * texture=0x06219f18) Line 786 + 0xe bytes dll!do_ upload_ texture( _PgmContext * context=0x0565c098, void * data=0x06219f18) Line 873 + 0xa bytes dll!flush_ task_queue( _PgmContext * context=0x00000000, _GList * * queue=0x00000000) Line 1022 dll!update_ cb(void * data=0x0565c098) Line 1064 2.0.dll! g_timeout_ dispatch( _GSource * source=0x15c0f3d0, int (void *)* callback= 0x069536e0, void * user_data= 0x0565c098) Line 3437 + 0x6 bytes 2.0.dll! g_main_ dispatch( _GMainContext * context=0x02aa8a28) Line 2006 2.0.dll! g_main_ context_ dispatch( _GMainContext * context=0x02aa8a28) Line 2555 + 0x6 bytes 2.0.dll! g_main_ context_ iterate( _GMainContext * context=0x00000000, int block=0x00000001, int dispatch= 0x00000001, _GThread * self=0x7658be10) Line 2636 + 0x6 bytes 2.0.dll! g_main_ loop_run( _GMainLoop * loop=0x40070a3d) Line 2844 + 0x9 bytes 2.0.dll! g_thread_ create_ proxy(void * data=0x05ddcc90) Line 635 + 0x5 bytes 2.0.dll! g_thread_ proxy(void * data=0x05772b88) Line 480 dll!_callthread startex( ) Line 348 + 0x6 bytes dll!_threadstar tex(void * ptd=0x0576f2b8) Line 326 + 0x5 bytes dll!@BaseThread InitThunk@ 12() + 0x12 bytes dll!___ RtlUserThreadSt art@8() + 0x27 bytes dll!__RtlUserTh readStart@ 8() + 0x1b bytes
libpgmopengl.
libpgmopengl.
libpgmopengl.
libpgmopengl.
libglib-
libglib-
libglib-
libglib-
> libglib-
libglib-
libgthread-
msvcr90.
msvcr90.
kernel32.
ntdll.
ntdll.
It may also be related with the jpeg loading of the image. But we are not sure anymore. If I find more information I will post it here.