xbmc seg fault

Top Page

Reply to this message
Author: Robert Pommrich
Date:  
To: dmo-discussion
Subject: xbmc seg fault
Hi,

xbmc segfaults on wheezy, logfile attached:

$ xbmc
Running DIL (3.22.0) Version
DtsDeviceOpen: Opening HW in mode 0
DtsDeviceOpen: Create File Failed
Segmentation fault (core dumped)
Crash report available at /home/user/xbmc_crashlog-20130406_151949.log


Regards,
Robert
############## XBMC CRASH LOG ###############

################ SYSTEM INFO ################
 Date: Sa 6. Apr 15:19:49 CEST 2013
 XBMC Options: 
 Arch: i686
 Kernel: Linux 3.2.0-4-686-pae #1 SMP Debian 3.2.41-2
 Release: 
    Distributor ID:    Debian
    Description:    Debian GNU/Linux 7.0 (wheezy)
    Release:    7.0
    Codename:    wheezy
############## END SYSTEM INFO ##############


############### STACK TRACE #################
=====>  Core file: /home/user/core (2013-04-06 15:19:49.319086750 +0200)
        =========================================
[New LWP 6058]
[New LWP 6071]
[New LWP 6076]
[New LWP 6072]
[New LWP 6073]
[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/i386-linux-gnu/xbmc/xbmc.bin'.
Program terminated with signal 11, Segmentation fault.
#0  0x00000000 in ?? ()


Thread 5 (Thread 0xb22ffb70 (LWP 6073)):
#0 0xb77b3424 in __kernel_vsyscall ()
#1 0xb4b28d96 in poll () from /lib/i386-linux-gnu/i686/cmov/libc.so.6
#2 0x08a5f1c8 in PERIPHERALS::CPeripheralBusUSB::WaitForUpdate() ()
#3 0x08a5f2a0 in PERIPHERALS::CPeripheralBusUSB::Process() ()
#4 0x08d624ae in CThread::Action() ()
#5 0x08d6276f in CThread::staticThread(void*) ()
#6 0xb5d02c39 in start_thread () from /lib/i386-linux-gnu/i686/cmov/libpthread.so.0
#7 0xb4b3678e in clone () from /lib/i386-linux-gnu/i686/cmov/libc.so.6

Thread 4 (Thread 0xb2ce1b70 (LWP 6072)):
#0 0xb77b3424 in __kernel_vsyscall ()
#1 0xb5d07703 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/i686/cmov/libpthread.so.0
#2 0x08a5c4ea in PERIPHERALS::CPeripheralBus::Process() ()
#3 0x08d624ae in CThread::Action() ()
#4 0x08d6276f in CThread::staticThread(void*) ()
#5 0xb5d02c39 in start_thread () from /lib/i386-linux-gnu/i686/cmov/libpthread.so.0
#6 0xb4b3678e in clone () from /lib/i386-linux-gnu/i686/cmov/libc.so.6

Thread 3 (Thread 0xb24a9b70 (LWP 6076)):
#0 0xb77b3424 in __kernel_vsyscall ()
#1 0xb5d07703 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/i686/cmov/libpthread.so.0
#2 0x08d623fb in CThread::Sleep(unsigned int) ()
#3 0x08b146ef in MEDIA_DETECT::CDetectDVDMedia::Process() ()
#4 0x08d624ae in CThread::Action() ()
#5 0x08d6276f in CThread::staticThread(void*) ()
#6 0xb5d02c39 in start_thread () from /lib/i386-linux-gnu/i686/cmov/libpthread.so.0
#7 0xb4b3678e in clone () from /lib/i386-linux-gnu/i686/cmov/libc.so.6

Thread 2 (Thread 0xb3575b70 (LWP 6071)):
#0 0xb77b3424 in __kernel_vsyscall ()
#1 0xb4b01326 in nanosleep () from /lib/i386-linux-gnu/i686/cmov/libc.so.6
#2 0xb4b3047c in usleep () from /lib/i386-linux-gnu/i686/cmov/libc.so.6
#3 0x0833dc95 in Sleep(unsigned int) ()
#4 0x08766d43 in CAESinkNULL::AddPackets(unsigned char*, unsigned int, bool) ()
#5 0xb3576010 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

Thread 1 (Thread 0xb3750730 (LWP 6058)):
#0 0x00000000 in ?? ()
#1 0x0864dcb6 in CGUIFontTTFGL::Begin() ()
#2 0x085c9cb6 in CGUIFont::Begin() ()
#3 0x0861d466 in CGUITextLayout::Render(float, float, float, unsigned int, unsigned int, unsigned int, float, bool) ()
#4 0x085e3119 in CGUILabel::Render() ()
#5 0x085a61fe in CGUIButtonControl::RenderText() ()
#6 0x085a6261 in CGUIButtonControl::Render() ()
#7 0x085ad79d in CGUIControl::DoRender() ()
#8 0x085b9c04 in CGUIControlGroup::Render() ()
#9 0x085ad79d in CGUIControl::DoRender() ()
#10 0x08626073 in CGUIWindow::DoRender() ()
#11 0x0862b762 in CGUIWindowManager::RenderPass() ()
#12 0x0862b879 in CGUIWindowManager::Render() ()
#13 0x08b53493 in CApplication::RenderNoPresent() ()
#14 0x08b560ab in CApplication::Render() ()
#15 0x086289c6 in CGUIWindowManager::ProcessRenderLoop(bool) ()
#16 0x08629458 in CGUIWindowManager::CloseWindowSync(CGUIWindow*, int) ()
#17 0x0862bf52 in CGUIWindowManager::ActivateWindow_Internal(int, std::vector<CStdStr<char>, std::allocator<CStdStr<char> > > const&, bool) ()
#18 0x0862c1f4 in CGUIWindowManager::ActivateWindow(int, std::vector<CStdStr<char>, std::allocator<CStdStr<char> > > const&, bool) ()
#19 0x0894f75e in CBuiltins::Execute(CStdStr<char> const&) ()
#20 0x08b69d04 in CApplication::ExecuteXBMCAction(std::string) ()
#21 0x08b6a3fc in CApplication::OnMessage(CGUIMessage&) ()
#22 0x08628c62 in CGUIWindowManager::SendMessage(CGUIMessage&) ()
#23 0x08629c24 in CGUIWindowManager::DispatchThreadMessages() ()
#24 0x08b6631b in CApplication::Process() ()
#25 0x08bf2fbb in CXBApplicationEx::Run() ()
#26 0x08bfb008 in XBMC_Run ()
#27 0x08327db3 in main ()
############# END STACK TRACE ###############

################# LOG FILE ##################

15:19:47 T:3010791216  NOTICE: -----------------------------------------------------------------------
15:19:47 T:3010791216  NOTICE: Starting XBMC (12.1 Git:Unknown), Platform: Linux (Debian GNU/Linux 7.0 (wheezy), 3.2.0-4-686-pae i686). Built on Mar 20 2013
15:19:47 T:3010791216  NOTICE: special://xbmc/ is mapped to: /usr/share/xbmc
15:19:47 T:3010791216  NOTICE: special://xbmcbin/ is mapped to: /usr/lib/i386-linux-gnu/xbmc
15:19:47 T:3010791216  NOTICE: special://masterprofile/ is mapped to: /home/user/.xbmc/userdata
15:19:47 T:3010791216  NOTICE: special://home/ is mapped to: /home/user/.xbmc
15:19:47 T:3010791216  NOTICE: special://temp/ is mapped to: /home/user/.xbmc/temp
15:19:47 T:3010791216  NOTICE: The executable running is: /usr/lib/i386-linux-gnu/xbmc/xbmc.bin
15:19:47 T:3010791216  NOTICE: Local hostname: host
15:19:47 T:3010791216  NOTICE: Log File is located: /home/user/.xbmc/temp/xbmc.log
15:19:47 T:3010791216  NOTICE: -----------------------------------------------------------------------
15:19:47 T:3010791216  NOTICE: Found 1 Lists of Devices
15:19:47 T:3010791216  NOTICE: Enumerated ALSA devices:
15:19:47 T:3010791216  NOTICE:     Device 1
15:19:47 T:3010791216  NOTICE:         m_deviceName      : @
15:19:47 T:3010791216  NOTICE:         m_displayName     : Default (Intel ICH5 Intel ICH5)
15:19:47 T:3010791216  NOTICE:         m_displayNameExtra:
15:19:47 T:3010791216  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
15:19:47 T:3010791216  NOTICE:         m_channels        : FL,FR
15:19:47 T:3010791216  NOTICE:         m_sampleRates     : 8000,11025,16000,22050,32000,44100,48000
15:19:47 T:3010791216  NOTICE:         m_dataFormats     : AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE
15:19:47 T:3010791216  NOTICE:     Device 2
15:19:47 T:3010791216  NOTICE:         m_deviceName      : @:CARD=ICH5,DEV=0
15:19:47 T:3010791216  NOTICE:         m_displayName     : Intel ICH5
15:19:47 T:3010791216  NOTICE:         m_displayNameExtra: Intel ICH5
15:19:47 T:3010791216  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
15:19:47 T:3010791216  NOTICE:         m_channels        : FL,FR
15:19:47 T:3010791216  NOTICE:         m_sampleRates     : 8000,11025,16000,22050,32000,44100,48000
15:19:47 T:3010791216  NOTICE:         m_dataFormats     : AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE
15:19:47 T:3010791216  NOTICE: load settings...
15:19:47 T:3010791216  NOTICE: special://profile/ is mapped to: special://masterprofile/
15:19:47 T:3010791216  NOTICE: loading special://masterprofile/guisettings.xml
15:19:47 T:3010791216  NOTICE: Getting hardware information now...
15:19:47 T:3010791216  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
15:19:47 T:3010791216  NOTICE: Loaded playercorefactory configuration
15:19:47 T:3010791216  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
15:19:47 T:3010791216  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
15:19:47 T:3010791216  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
15:19:47 T:3010791216  NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
15:19:47 T:3010791216  NOTICE: Default DVD Player: dvdplayer
15:19:47 T:3010791216  NOTICE: Default Video Player: dvdplayer
15:19:47 T:3010791216  NOTICE: Default Audio Player: paplayer
15:19:47 T:3010791216  NOTICE: Disabled debug logging due to GUI setting. Level 0.
15:19:47 T:3010791216  NOTICE: Log level changed to 0
15:19:47 T:3010791216  NOTICE: Loading media sources from special://masterprofile/sources.xml
15:19:47 T:3010791216   ERROR: CAESinkALSA::InitializeHW - Unable to find a suitable output format
15:19:47 T:3008846704  NOTICE: Thread CSoftAE start, auto delete: false
15:19:47 T:3010791216  NOTICE: Running database version Addons15
15:19:47 T:2999851888  NOTICE: Thread XBMC Peripherals start, auto delete: false
15:19:48 T:3010791216  NOTICE: Previous line repeats 1 times.
15:19:48 T:3010791216  NOTICE: Setup SDL
15:19:48 T:3010791216  NOTICE: Checking resolution 16
15:19:48 T:3010791216  NOTICE: Using visual 0x22
15:19:48 T:3010791216  NOTICE: GL_VENDOR = Tungsten Graphics, Inc
15:19:48 T:3010791216  NOTICE: GL_RENDERER = Mesa DRI Intel(R) 865G x86/MMX/SSE2
15:19:48 T:3010791216  NOTICE: GL_VERSION = 1.3 Mesa 8.0.5
15:19:48 T:3010791216  NOTICE: GL_SHADING_LANGUAGE_VERSION = 1.20
15:19:48 T:3010791216  NOTICE: GL_EXTENSIONS = GL_ARB_multisample GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_copy_texture GL_EXT_polygon_offset GL_EXT_subtexture GL_EXT_texture_object GL_EXT_vertex_array GL_EXT_compiled_vertex_array GL_EXT_texture GL_EXT_texture3D GL_IBM_rasterpos_clip GL_ARB_point_parameters GL_EXT_draw_range_elements GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_separate_specular_color GL_EXT_texture_edge_clamp GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_ARB_multitexture GL_IBM_multimode_draw_arrays GL_IBM_texture_mirrored_repeat GL_3DFX_texture_compression_FXT1 GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_transpose_matrix GL_EXT_blend_func_separate GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_secondary_color GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_INGR_blend_func_separate GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texgen_reflection GL_SUN_multi_draw_arrays GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_EXT_framebuffer_object GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_MESA_window_pos GL_NV_packed_depth_stencil GL_NV_texture_rectangle GL_NV_vertex_program GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_window_pos GL_EXT_texture_cube_map GL_NV_vertex_program1_1 GL_APPLE_packed_pixels GL_APPLE_vertex_array_object GL_ARB_draw_buffers GL_ARB_shader_objects GL_ARB_vertex_program GL_ARB_vertex_shader GL_ATI_draw_buffers GL_EXT_stencil_wrap GL_MESA_pack_invert GL_MESA_ycbcr_texture GL_ARB_half_float_pixel GL_ARB_point_sprite GL_ARB_shading_language_100 GL_ARB_sync GL_ARB_vertex_buffer_object GL_ATI_blend_equation_separate GL_EXT_blend_equation_separate GL_OES_read_format GL_ARB_pixel_buffer_object GL_ARB_texture_rectangle GL_EXT_pixel_buffer_object GL_EXT_texture_rectangle GL_ARB_framebuffer_object GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_packed_depth_stencil GL_APPLE_object_purgeable GL_ARB_vertex_array_object GL_EXT_gpu_program_parameters GL_OES_EGL_image GL_ARB_copy_buffer GL_ARB_map_buffer_range GL_EXT_separate_shader_objects GL_ARB_draw_elements_base_vertex GL_ARB_explicit_attrib_location GL_ARB_provoking_vertex GL_ARB_sampler_objects GL_EXT_provoking_vertex GL_ARB_robustness
15:19:48 T:3010791216   ERROR: GLX: Same window as before, refreshing context
15:19:48 T:3010791216   ERROR: ResetRenderSystem() GL_MAX_TEXTURE_IMAGE_UNITS_ARB returned error 1280
15:19:48 T:3010791216  NOTICE: Running database version Addons15
15:19:48 T:3010791216  NOTICE: Running database version ViewModes4
15:19:48 T:3010791216  NOTICE: Running database version Textures13
15:19:48 T:3010791216  NOTICE: Running database version MyMusic32
15:19:48 T:3010791216  NOTICE: Running database version MyVideos75
15:19:48 T:3010791216  NOTICE: Running database version TV22
15:19:48 T:3010791216  NOTICE: Running database version Epg7
15:19:48 T:3010791216  NOTICE: start dvd mediatype detection
15:19:48 T:3010791216  NOTICE: initializing playlistplayer
15:19:48 T:2991233904  NOTICE: Thread CDetectDVDMedia start, auto delete: false
15:19:48 T:3010791216  NOTICE: DONE initializing playlistplayer
15:19:48 T:3010791216  NOTICE: initialize done
15:19:48 T:3010791216  NOTICE: Running the application...



############### END LOG FILE ################

############ END XBMC CRASH LOG #############