Crash when changing the Color Surface to White Noise Texture #79915

Closed
opened 2020-08-19 13:22:58 +02:00 by marcuspollio · 9 comments

System Information
Operating system: Linux-5.4.0-7634-generic-x86_64-with-debian-bullseye-sid 64 Bits
Graphics card: Mesa Intel(R) UHD Graphics 630 (CFL GT2) Intel 4.6 (Core Profile) Mesa 20.0.8

Blender Version
Broken: version: 2.83.5, branch: master, commit date: 2020-08-19 06:07, hash: c2b144df39
Broken: version: 2.91.0 Alpha, branch: master, commit date: 2020-08-19 as well
Borken: blender-2.90.0-83c78529b9ef-windows64
Worked: Never

Short description of error
Crash when changing the Color Surface to White Noise Texture

Exact steps for others to reproduce the error

  • start Blender wirth default factory settings
  • with the cube object selected, go to the Material Tab in the Properties editor
  • in the Surface Panel, change the Base Color of the Principeld BSDF to be a Texture Node (image for example)
  • change then this Texture Node to be the White Noise Texture
  • crash

the same occurs in the World Color Surface

note that using the Node Editor (in the Shading Workspace for example) does not crash


# Blender 2.83.5, Commit date: 2020-08-19 06:07, Hash c2b144df395f
bpy.context.space_data.context = 'MATERIAL'  # Property

# backtrace
./blender(BLI_system_backtrace+0x1d) [0x6988fbd]
./blender() [0xc158a2]
/lib/x86_64-linux-gnu/libc.so.6(+0x46210) [0x7f83cea3e210]
./blender() [0x15ceb5f]
./blender() [0x14f2f99]
./blender() [0x1502f45]
./blender() [0xecaff7]
./blender() [0xecb64c]
./blender(wm_event_do_handlers+0x310) [0xecbd60]
./blender(WM_main+0x20) [0xec29b0]
./blender(main+0x311) [0xb4c3e1]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f83cea1f0b3]
./blender() [0xc1201c]

{F8793559}

**System Information** Operating system: Linux-5.4.0-7634-generic-x86_64-with-debian-bullseye-sid 64 Bits Graphics card: Mesa Intel(R) UHD Graphics 630 (CFL GT2) Intel 4.6 (Core Profile) Mesa 20.0.8 **Blender Version** Broken: version: 2.83.5, branch: master, commit date: 2020-08-19 06:07, hash: `c2b144df39` Broken: version: 2.91.0 Alpha, branch: master, commit date: 2020-08-19 as well Borken: blender-2.90.0-83c78529b9ef-windows64 Worked: Never **Short description of error** Crash when changing the Color Surface to White Noise Texture **Exact steps for others to reproduce the error** - start Blender wirth default factory settings - with the cube object selected, go to the Material Tab in the Properties editor - in the Surface Panel, change the Base Color of the Principeld BSDF to be a Texture Node (image for example) - change then this Texture Node to be the White Noise Texture - crash the same occurs in the World Color Surface note that using the Node Editor (in the Shading Workspace for example) does not crash ``` Extract from blender.crash.txt # Blender 2.83.5, Commit date: 2020-08-19 06:07, Hash c2b144df395f bpy.context.space_data.context = 'MATERIAL' # Property # backtrace ./blender(BLI_system_backtrace+0x1d) [0x6988fbd] ./blender() [0xc158a2] /lib/x86_64-linux-gnu/libc.so.6(+0x46210) [0x7f83cea3e210] ./blender() [0x15ceb5f] ./blender() [0x14f2f99] ./blender() [0x1502f45] ./blender() [0xecaff7] ./blender() [0xecb64c] ./blender(wm_event_do_handlers+0x310) [0xecbd60] ./blender(WM_main+0x20) [0xec29b0] ./blender(main+0x311) [0xb4c3e1] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f83cea1f0b3] ./blender() [0xc1201c] ``` {F8793559}

Added subscriber: @marcuspollio

Added subscriber: @marcuspollio

Added subscriber: @dark999

Added subscriber: @dark999

I can confirm these crash on Blender 2.83.5, Blender 2.90beta ( e157573fab ) and Blender 2.91alpha ( c65c66320f ). Blender 2.82 is working but in this version wasn't present White Noise texture.
System: Linux OpenSUSE Tumbleweed/KDE, AMD FX8350, 32GB DDR3, GTX690 2+2 GB VRam- Nvidia drivers 450.57, Factory Setting applied.

I can confirm these crash on Blender 2.83.5, Blender 2.90beta ( e157573fab2a ) and Blender 2.91alpha ( c65c66320fc8 ). Blender 2.82 is working but in this version wasn't present White Noise texture. System: Linux OpenSUSE Tumbleweed/KDE, AMD FX8350, 32GB DDR3, GTX690 2+2 GB VRam- Nvidia drivers 450.57, Factory Setting applied.

Added subscriber: @iss

Added subscriber: @iss

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'

Exception thrown at 0x00007FF6673EC081 in blender.exe: 0xC0000005: Access violation writing location 0x0000000000000000.

>	blender.exe!node_socket_add_replace(const bContext * C, bNodeTree * ntree, bNode * node_to, bNodeSocket * sock_to, int type, NodeLinkItem * item) Line 285	C

 	blender.exe!ui_node_link(bContext * C, void * arg_p, void * event_p) Line 407	C
 	blender.exe!ui_apply_but_funcs_after(bContext * C) Line 926	C
 	blender.exe!ui_handler_region_menu(bContext * C, const wmEvent * event, void * UNUSED_userdata) Line 10843	C
 	[Inline Frame] blender.exe!wm_handler_ui_call(bContext *) Line 634	C
 	blender.exe!wm_handlers_do_intern(bContext * C, wmEvent * event, ListBase * handlers) Line 2750	C
 	blender.exe!wm_handlers_do(bContext * C, wmEvent * event, ListBase * handlers) Line 2864	C
 	blender.exe!wm_event_do_handlers(bContext * C) Line 3289	C
 	blender.exe!WM_main(bContext * C) Line 479	C
 	blender.exe!main(int argc, const unsigned char * * UNUSED_argv_c) Line 548	C
 	[External Code]	
`Exception thrown at 0x00007FF6673EC081 in blender.exe: 0xC0000005: Access violation writing location 0x0000000000000000.` ``` > blender.exe!node_socket_add_replace(const bContext * C, bNodeTree * ntree, bNode * node_to, bNodeSocket * sock_to, int type, NodeLinkItem * item) Line 285 C blender.exe!ui_node_link(bContext * C, void * arg_p, void * event_p) Line 407 C blender.exe!ui_apply_but_funcs_after(bContext * C) Line 926 C blender.exe!ui_handler_region_menu(bContext * C, const wmEvent * event, void * UNUSED_userdata) Line 10843 C [Inline Frame] blender.exe!wm_handler_ui_call(bContext *) Line 634 C blender.exe!wm_handlers_do_intern(bContext * C, wmEvent * event, ListBase * handlers) Line 2750 C blender.exe!wm_handlers_do(bContext * C, wmEvent * event, ListBase * handlers) Line 2864 C blender.exe!wm_event_do_handlers(bContext * C) Line 3289 C blender.exe!WM_main(bContext * C) Line 479 C blender.exe!main(int argc, const unsigned char * * UNUSED_argv_c) Line 548 C [External Code] ```

This issue was referenced by 676d995d29

This issue was referenced by 676d995d2965f8c452351f6e57191eb9ab901e44

This issue was referenced by 8bb93ca80a

This issue was referenced by 8bb93ca80a3a5f94c81af96739039b1608ac02c7

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Jacques Lucke self-assigned this 2020-08-25 11:23:54 +02:00
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
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
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
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
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
5 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#79915
There is no content yet.