OpenAL causing blender segfault on Animation Play (Alt-A) #37655

Closed
opened 2013-11-28 22:32:37 +01:00 by Jarshvor · 8 comments

System Information
Arch Linux 3.8.11-1 x86_64.
Pulseaudio

Blender Version
Broken: tested on Blender 2.68 and Blender 2.69

Short description of error

Blender crashes with a segfault.

this bug report could be related?: http://freebsd.1045724.n5.nabble.com/ports-178270-Blender-2-66a-crashes-when-OpenAL-sound-driver-td5808067.html

some logs were retrieved:

Blender 2.69 (sub 0), Revision: unknown

backtrace

/usr/bin/blender() [0xbddc28]
/usr/lib/libc.so.6(+0x35450) [0x7f1caa0c1450]
/usr/lib/libc.so.6(+0x76516) [0x7f1caa102516]
/usr/lib/libc.so.6(abort+0xed) [0x7f1caa0c277d]
/usr/lib/libc.so.6(+0x72e64) [0x7f1caa0fee64]
/usr/lib/libc.so.6(+0x7862e) [0x7f1caa10462e]
/usr/lib/libc.so.6(+0x79307) [0x7f1caa105307]
/usr/lib/libopenal.so.1(+0x1f53d) [0x7f1cb076a53d]
/usr/bin/blender(_ZN16AUD_OpenALDevice13updateStreamsEv+0x154) [0x17e2164]
/usr/bin/blender() [0x17e24f9]
/usr/lib/libpthread.so.0(+0x80a2) [0x7f1cafa8d0a2]
/usr/lib/libc.so.6(clone+0x6d) [0x7f1caa17149d]


Blender 2.68 (sub 0), Revision: unknown

backtrace

blender() [0xbaf5c8]
/usr/lib/libc.so.6(+0x35450) [0x7f90c1083450]
/usr/lib/libopenal.so.1(+0x166a0) [0x7f90c77236a0]
/usr/lib/libopenal.so.1(alGetSourcei+0xb9) [0x7f90c77248a9]
blender(_ZN16AUD_OpenALDevice13updateStreamsEv+0x154) [0x179b214]
blender() [0x179b5a9]
/usr/lib/libpthread.so.0(+0x80a2) [0x7f90c6a4f0a2]
/usr/lib/libc.so.6(clone+0x6d) [0x7f90c113349d]


Exact steps for others to reproduce the error
Having selected OpenAL for Sound in the user preferences, and opening for example the default cube .blend file, click on play in the timeline, or press Alt-A.

**FIX

Choosing any other Sound mode in the user preferences proved a workaround for me.

**System Information** Arch Linux 3.8.11-1 x86_64. Pulseaudio **Blender Version** Broken: tested on Blender 2.68 and Blender 2.69 **Short description of error** Blender crashes with a segfault. this bug report could be related?: http://freebsd.1045724.n5.nabble.com/ports-178270-Blender-2-66a-crashes-when-OpenAL-sound-driver-td5808067.html some logs were retrieved: ------------------------------------------------------------------------------------------------------------------------------ # Blender 2.69 (sub 0), Revision: unknown # backtrace /usr/bin/blender() [0xbddc28] /usr/lib/libc.so.6(+0x35450) [0x7f1caa0c1450] /usr/lib/libc.so.6(+0x76516) [0x7f1caa102516] /usr/lib/libc.so.6(abort+0xed) [0x7f1caa0c277d] /usr/lib/libc.so.6(+0x72e64) [0x7f1caa0fee64] /usr/lib/libc.so.6(+0x7862e) [0x7f1caa10462e] /usr/lib/libc.so.6(+0x79307) [0x7f1caa105307] /usr/lib/libopenal.so.1(+0x1f53d) [0x7f1cb076a53d] /usr/bin/blender(_ZN16AUD_OpenALDevice13updateStreamsEv+0x154) [0x17e2164] /usr/bin/blender() [0x17e24f9] /usr/lib/libpthread.so.0(+0x80a2) [0x7f1cafa8d0a2] /usr/lib/libc.so.6(clone+0x6d) [0x7f1caa17149d] ------------------------------------------------------------------------------------------------------------------------------ # Blender 2.68 (sub 0), Revision: unknown # backtrace blender() [0xbaf5c8] /usr/lib/libc.so.6(+0x35450) [0x7f90c1083450] /usr/lib/libopenal.so.1(+0x166a0) [0x7f90c77236a0] /usr/lib/libopenal.so.1(alGetSourcei+0xb9) [0x7f90c77248a9] blender(_ZN16AUD_OpenALDevice13updateStreamsEv+0x154) [0x179b214] blender() [0x179b5a9] /usr/lib/libpthread.so.0(+0x80a2) [0x7f90c6a4f0a2] /usr/lib/libc.so.6(clone+0x6d) [0x7f90c113349d] ------------------------------------------------------------------------------------------------------------------------------ **Exact steps for others to reproduce the error** Having selected OpenAL for Sound in the user preferences, and opening for example the default cube .blend file, click on play in the timeline, or press Alt-A. **FIX Choosing any other Sound mode in the user preferences proved a workaround for me.
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @jarshvor

Added subscriber: @jarshvor
Joerg Mueller was assigned by Campbell Barton 2013-11-29 00:04:29 +01:00
Member

It seems like there's some trouble with OpenAL + pulse again, can you get a gdb backtrace of the crash with a debug build of blender?

It seems like there's some trouble with OpenAL + pulse again, can you get a gdb backtrace of the crash with a debug build of blender?
Author

nexyon,

hi, sorry for the late, follow up.

how exactly do I go about getting this gdb backtrace (I'm not a developer). Ive got it installed but never used it. Also, I need build a debug version of blender? normal build from my distro repos doesn't include debug features?

nexyon, hi, sorry for the late, follow up. how exactly do I go about getting this gdb backtrace (I'm not a developer). Ive got it installed but never used it. Also, I need build a debug version of blender? normal build from my distro repos doesn't include debug features?
Member

Yes you need a debug build of blender. The wiki has all details about that, including how to get the gdb backtrace: http://wiki.blender.org/index.php/Dev:Doc/Tools/Debugging/GDB

Yes you need a debug build of blender. The wiki has all details about that, including how to get the gdb backtrace: http://wiki.blender.org/index.php/Dev:Doc/Tools/Debugging/GDB
Member

Any news on this here? It has been a while!

Any news on this here? It has been a while!
Member

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Member

As there is no response anymore, I mark this bug as invalid.

As there is no response anymore, I mark this bug as invalid.
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#37655
No description provided.