2.78 RC1 Linux Nvidia 1070 segfault on selection of cycles renderer #49295

Closed
opened 2016-09-08 13:09:53 +02:00 by JC Francois · 7 comments

System Information
linux 4.4.19-1-MANJARO
nvidia GTX 1070 with nvidia driver 370.23

Blender Version
Broken: 2.78 RC1

Short description of error
blender issues segmentation fault when selecting cycles renderer in drop box

content of /tmp/blender.crash.txt

# Blender 2.78 (sub 0), Commit date: 2016-09-07 13:42, Hash afd3a55
bpy.context.scene.render.engine = 'CYCLES'  # Property

# backtrace
blender(BLI_system_backtrace+0x30) [0x134fb40]
blender() [0x98c1f9]
/usr/lib/libc.so.6(+0x330b0) [0x7f32551e20b0]
/usr/lib/libpthread.so.0(pthread_mutex_lock+0) [0x7f325575aad0]
/usr/lib/libnvidia-opencl.so.1(+0x1d9d98) [0x7f321ada0d98]
/usr/lib/libnvidia-opencl.so.1(+0x28fc41) [0x7f321ae56c41]
/usr/lib/libnvidia-opencl.so.1(+0x28fdb5) [0x7f321ae56db5]
/usr/lib/libnvidia-opencl.so.1(+0x1dfad4) [0x7f321ada6ad4]
/usr/lib/libnvidia-opencl.so.1(+0x1e1327) [0x7f321ada8327]
/usr/lib/libnvidia-opencl.so.1(+0x1b54f6) [0x7f321ad7c4f6]
/usr/lib/libnvidia-opencl.so.1(+0xb4d7d) [0x7f321ac7bd7d]
/usr/lib/libnvidia-opencl.so.1(+0xb4d18) [0x7f321ac7bd18]
/usr/lib/libOpenCL.so(+0x6019) [0x7f321b5f7019]
/usr/lib/libOpenCL.so(clGetPlatformIDs+0x13c) [0x7f321b5f7d7c]
blender() [0x1864262]
blender(_ZN3ccl18device_opencl_infoERNS_6vectorINS_10DeviceInfoENS_16GuardedAllocatorIS1_EEEE+0x53) [0x18653c3]
blender(_ZN3ccl6Device17available_devicesEv+0xf1) [0x1844911]
blender() [0x175cf98]
blender() [0x12c8271]
blender(RNA_property_enum_items_ex+0xe0) [0x11bc990]
blender(RNA_property_enum_items+0x13) [0x11bc9b3]
blender(RNA_property_enum_identifier+0x36) [0x11c3c66]
blender() [0xd87e0b]
blender(pyrna_prop_to_py+0x1c8) [0xd91978]
blender() [0xd91a4f]
/usr/lib/libpython3.5m.so.1.0(PyEval_EvalFrameEx+0x295e) [0x7f325b6316de]
/usr/lib/libpython3.5m.so.1.0(PyEval_EvalFrameEx+0x88ca) [0x7f325b63764a]
/usr/lib/libpython3.5m.so.1.0(+0x1282c3) [0x7f325b6382c3]
/usr/lib/libpython3.5m.so.1.0(PyEval_EvalCodeEx+0x23) [0x7f325b6383a3]
/usr/lib/libpython3.5m.so.1.0(+0x93008) [0x7f325b5a3008]
/usr/lib/libpython3.5m.so.1.0(PyObject_Call+0x47) [0x7f325b5782d7]
blender() [0xd90b5e]
blender() [0x12b8f6f]
blender(ED_region_panels+0x392) [0xc738f2]
blender() [0x9b901b]
blender(ED_region_do_draw+0xa77) [0xc728e7]
blender(wm_draw_update+0x6a6) [0x991866]
blender(WM_main+0x28) [0x98ce58]
blender(main+0x40f) [0x96e38f]
/usr/lib/libc.so.6(__libc_start_main+0xf1) [0x7f32551cf291]
blender(_start+0x2a) [0x988f0a]

Exact steps for others to reproduce the error

  • click on cycles renderer in drop box
  • alternatively open user preferences and click on system tab
**System Information** linux 4.4.19-1-MANJARO nvidia GTX 1070 with nvidia driver 370.23 **Blender Version** Broken: 2.78 RC1 **Short description of error** blender issues segmentation fault when selecting cycles renderer in drop box content of `/tmp/blender.crash.txt` ``` # Blender 2.78 (sub 0), Commit date: 2016-09-07 13:42, Hash afd3a55 bpy.context.scene.render.engine = 'CYCLES' # Property # backtrace blender(BLI_system_backtrace+0x30) [0x134fb40] blender() [0x98c1f9] /usr/lib/libc.so.6(+0x330b0) [0x7f32551e20b0] /usr/lib/libpthread.so.0(pthread_mutex_lock+0) [0x7f325575aad0] /usr/lib/libnvidia-opencl.so.1(+0x1d9d98) [0x7f321ada0d98] /usr/lib/libnvidia-opencl.so.1(+0x28fc41) [0x7f321ae56c41] /usr/lib/libnvidia-opencl.so.1(+0x28fdb5) [0x7f321ae56db5] /usr/lib/libnvidia-opencl.so.1(+0x1dfad4) [0x7f321ada6ad4] /usr/lib/libnvidia-opencl.so.1(+0x1e1327) [0x7f321ada8327] /usr/lib/libnvidia-opencl.so.1(+0x1b54f6) [0x7f321ad7c4f6] /usr/lib/libnvidia-opencl.so.1(+0xb4d7d) [0x7f321ac7bd7d] /usr/lib/libnvidia-opencl.so.1(+0xb4d18) [0x7f321ac7bd18] /usr/lib/libOpenCL.so(+0x6019) [0x7f321b5f7019] /usr/lib/libOpenCL.so(clGetPlatformIDs+0x13c) [0x7f321b5f7d7c] blender() [0x1864262] blender(_ZN3ccl18device_opencl_infoERNS_6vectorINS_10DeviceInfoENS_16GuardedAllocatorIS1_EEEE+0x53) [0x18653c3] blender(_ZN3ccl6Device17available_devicesEv+0xf1) [0x1844911] blender() [0x175cf98] blender() [0x12c8271] blender(RNA_property_enum_items_ex+0xe0) [0x11bc990] blender(RNA_property_enum_items+0x13) [0x11bc9b3] blender(RNA_property_enum_identifier+0x36) [0x11c3c66] blender() [0xd87e0b] blender(pyrna_prop_to_py+0x1c8) [0xd91978] blender() [0xd91a4f] /usr/lib/libpython3.5m.so.1.0(PyEval_EvalFrameEx+0x295e) [0x7f325b6316de] /usr/lib/libpython3.5m.so.1.0(PyEval_EvalFrameEx+0x88ca) [0x7f325b63764a] /usr/lib/libpython3.5m.so.1.0(+0x1282c3) [0x7f325b6382c3] /usr/lib/libpython3.5m.so.1.0(PyEval_EvalCodeEx+0x23) [0x7f325b6383a3] /usr/lib/libpython3.5m.so.1.0(+0x93008) [0x7f325b5a3008] /usr/lib/libpython3.5m.so.1.0(PyObject_Call+0x47) [0x7f325b5782d7] blender() [0xd90b5e] blender() [0x12b8f6f] blender(ED_region_panels+0x392) [0xc738f2] blender() [0x9b901b] blender(ED_region_do_draw+0xa77) [0xc728e7] blender(wm_draw_update+0x6a6) [0x991866] blender(WM_main+0x28) [0x98ce58] blender(main+0x40f) [0x96e38f] /usr/lib/libc.so.6(__libc_start_main+0xf1) [0x7f32551cf291] blender(_start+0x2a) [0x988f0a] ``` **Exact steps for others to reproduce the error** * click on cycles renderer in drop box * alternatively open user preferences and click on system tab
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @jeancf

Added subscriber: @jeancf
Author

Just downgraded nvidia driver to 367.44 and the segfault does not occur.

Just downgraded nvidia driver to 367.44 and the segfault does not occur.

Added subscriber: @ObozYury

Added subscriber: @ObozYury

Added subscriber: @Sergey

Added subscriber: @Sergey

This is a known issue with particular NVidia driver. We can't fix that, but you can either use older version of wait for an official fix from NVidia (perhaps 372.70 will work).

For more details see #49113.

This is a known issue with particular NVidia driver. We can't fix that, but you can either use older version of wait for an official fix from NVidia (perhaps 372.70 will work). For more details see #49113.

Closed as duplicate of #49113

Closed as duplicate of #49113
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
3 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#49295
No description provided.