Page MenuHome

Crash in node menu of the texture properties
Closed, ResolvedPublicBUG

Description

System Information
Operating system: Windows-10-10.0.19041-SP0 64 Bits
Graphics card: Intel(R) HD Graphics 630 Intel 4.5.0 - Build 25.20.100.6471

Blender Version
Broken: version: 2.93.0 Alpha, branch: master, commit date: 2021-03-05 06:10, hash: rBb5d154f400e4

Short description of error

Malloc returns null: len=2147483648 in C:\b\buildbot-worker-windows\windows_master\blender.git\source\blender\blenlib\BLI_linear_allocator.hh:214, total 2709383540
Error   : EXCEPTION_ACCESS_VIOLATION
Address : 0x00007FFFD7E216E9
Module  : VCRUNTIME140.dll
Thread  : 000169b0

Exact steps for others to reproduce the error

  1. Add new node tree in GN editor
  2. Past Attribute sample texture between group nodes
  3. Press New texture
  4. Open texture properties
  5. In the Geomentry menu of the Node Menu press Geometry nodes
  6. Wait a little

Event Timeline

Philipp Oeser (lichtwerk) changed the task status from Needs Triage to Confirmed.Mar 9 2021, 9:10 AM
Philipp Oeser (lichtwerk) claimed this task.

Can confirm, will check

note: the attribute search fields for Mapping and Result also do not work in the Properties Editor

note: the attribute search fields for Mapping and Result also do not work in the Properties Editor

fix for this is D10674: Fix (unreported) geometry node attribute search not working in the Properties Editor

there was one more issue: clicking the node link button would bring up an empty list, this is fixed by D10673: Add 'foreach_nodeclass' for geometry nodetrees

Philipp Oeser (lichtwerk) changed the subtype of this task from "Report" to "Bug".Mar 9 2021, 9:59 PM