Crash with attached .blend if "auto rendrer" is enabled in compositor #36692

Closed
opened 2013-09-09 18:36:05 +02:00 by Dik l · 4 comments

%%%--- Operating System, Graphics card ---
Operating System:
Kubuntu 12.04
Linux 3.2.0-51-generic x86_64 GNU/Linux

Graphics card:
nForce 780a/GeForce 8200

- Blender version with error, and version that worked ---

Blender version with error:
version 2.68 (sub 0), revision b'58536'. b'Release'
build date: b'2013-07-24', b'03:08:00'
platform: b'Linux:64bit'

Version that worked:
Don't know.

- Short description of error ---

Blender crash with attached .blend if "auto rendrer" is enabled in compositor.

- Steps for others to reproduce the error (preferably based on attached .blend file) ---

Move an "elephant" (or some how modify scene to fire rerender in compositor) wait for auto render start. Blender will crash.

%%%

%%%--- Operating System, Graphics card --- Operating System: Kubuntu 12.04 Linux 3.2.0-51-generic x86_64 GNU/Linux Graphics card: nForce 780a/GeForce 8200 - Blender version with error, and version that worked --- Blender version with error: version 2.68 (sub 0), revision b'58536'. b'Release' build date: b'2013-07-24', b'03:08:00' platform: b'Linux:64bit' Version that worked: Don't know. - Short description of error --- Blender crash with attached .blend if "auto rendrer" is enabled in compositor. - Steps for others to reproduce the error (preferably based on attached .blend file) --- Move an "elephant" (or some how modify scene to fire rerender in compositor) wait for auto render start. Blender will crash. %%%
Author

Changed status to: 'Open'

Changed status to: 'Open'

%%%bug confirmed on OSX (rev. 59851)
Jeroen, can you take a look at it?

Full backtrace:

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x000000011f930038
[Switching to process 5728 thread 0xed07]
0x00000001010b63c9 in rgba_uchar_to_float (col_r=0x11f930038, col_ub=0x118164bcc "~?N?8") at math_color.c:415
415 col_r- [x] = ((float)col_ub- [x]) * (1.0f / 255.0f);
(gdb) bt

  • 0 0x00000001010b63c9 in rgba_uchar_to_float (col_r=0x11f930038, col_ub=0x118164bcc "~?N?8") at math_color.c:415
  • 1 0x0000000100cf0fdc in sampleImageAtLocation (ibuf=0x10f008638, x=0, y=256, sampler=COM_PS_NEAREST, make_linear_rgb=true, color=0x11f930038) at /Users/dfelinto/blender/bf/source/blender/compositor/operations/COM_ImageOperation.cpp:142
  • 2 0x0000000100cf0e07 in ImageOperation::executePixel (this=0x10ee2c470, output=0x11f930038, x=0, y=256, sampler=COM_PS_NEAREST) at /Users/dfelinto/blender/bf/source/blender/compositor/operations/COM_ImageOperation.cpp:155
  • 3 0x0000000100cf1059 in non-virtual thunk to ImageOperation::executePixel(float*, float, float, PixelSampler) (this=0x10ee2c4b8, output=0x11f930038, x=0, y=256, sampler=COM_PS_NEAREST) at /Users/dfelinto/blender/bf/source/blender/compositor/operations/COM_ImageOperation.cpp:157
  • 4 0x0000000100ce1c98 in SocketReader::read (this=0x10ee2c4b8, result=0x11f930038, x=0, y=256, sampler=COM_PS_NEAREST) at COM_SocketReader.h:95
  • 5 0x0000000100cf7b7a in SplitOperation::executePixel (this=0x10ee2c770, output=0x11f930038, x=0, y=256, sampler=COM_PS_NEAREST) at /Users/dfelinto/blender/bf/source/blender/compositor/operations/COM_SplitOperation.cpp:68
  • 6 0x0000000100cf7bc9 in non-virtual thunk to SplitOperation::executePixel(float*, float, float, PixelSampler) (this=0x10ee2c7b8, output=0x11f930038, x=0, y=256, sampler=COM_PS_NEAREST) at /Users/dfelinto/blender/bf/source/blender/compositor/operations/COM_SplitOperation.cpp:70
  • 7 0x0000000100ce1c98 in SocketReader::read (this=0x10ee2c7b8, result=0x11f930038, x=0, y=256, sampler=COM_PS_NEAREST) at COM_SocketReader.h:95
  • 8 0x0000000100cf6a6b in ViewerOperation::executeRegion (this=0x10ee2c8f0, rect=0x118164e50, tileNumber=2) at /Users/dfelinto/blender/bf/source/blender/compositor/operations/COM_ViewerOperation.cpp:104
  • 9 0x0000000100cb3e9d in CPUDevice::execute (this=0x10ee1e940, work=0x11caaaaa0) at /Users/dfelinto/blender/bf/source/blender/compositor/intern/COM_CPUDevice.cpp:33
  • 10 0x0000000100cb0975 in WorkScheduler::thread_execute_cpu (data=0x10ee1e940) at /Users/dfelinto/blender/bf/source/blender/compositor/intern/COM_WorkScheduler.cpp:151
  • 11 0x00000001010fd319 in tslot_thread_start (tslot_p=0x11caaae48) at threads.c:229
  • 12 0x00007fff8ee7a7a2 in _pthread_start ()
  • 13 0x00007fff8ee671e1 in thread_start ()
    (gdb)
    %%%
%%%bug confirmed on OSX (rev. 59851) Jeroen, can you take a look at it? Full backtrace: Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x000000011f930038 [Switching to process 5728 thread 0xed07] 0x00000001010b63c9 in rgba_uchar_to_float (col_r=0x11f930038, col_ub=0x118164bcc "~?N?8") at math_color.c:415 415 col_r- [x] = ((float)col_ub- [x]) * (1.0f / 255.0f); (gdb) bt - 0 0x00000001010b63c9 in rgba_uchar_to_float (col_r=0x11f930038, col_ub=0x118164bcc "~?N?8") at math_color.c:415 - 1 0x0000000100cf0fdc in sampleImageAtLocation (ibuf=0x10f008638, x=0, y=256, sampler=COM_PS_NEAREST, make_linear_rgb=true, color=0x11f930038) at /Users/dfelinto/blender/bf/source/blender/compositor/operations/COM_ImageOperation.cpp:142 - 2 0x0000000100cf0e07 in ImageOperation::executePixel (this=0x10ee2c470, output=0x11f930038, x=0, y=256, sampler=COM_PS_NEAREST) at /Users/dfelinto/blender/bf/source/blender/compositor/operations/COM_ImageOperation.cpp:155 - 3 0x0000000100cf1059 in non-virtual thunk to ImageOperation::executePixel(float*, float, float, PixelSampler) (this=0x10ee2c4b8, output=0x11f930038, x=0, y=256, sampler=COM_PS_NEAREST) at /Users/dfelinto/blender/bf/source/blender/compositor/operations/COM_ImageOperation.cpp:157 - 4 0x0000000100ce1c98 in SocketReader::read (this=0x10ee2c4b8, result=0x11f930038, x=0, y=256, sampler=COM_PS_NEAREST) at COM_SocketReader.h:95 - 5 0x0000000100cf7b7a in SplitOperation::executePixel (this=0x10ee2c770, output=0x11f930038, x=0, y=256, sampler=COM_PS_NEAREST) at /Users/dfelinto/blender/bf/source/blender/compositor/operations/COM_SplitOperation.cpp:68 - 6 0x0000000100cf7bc9 in non-virtual thunk to SplitOperation::executePixel(float*, float, float, PixelSampler) (this=0x10ee2c7b8, output=0x11f930038, x=0, y=256, sampler=COM_PS_NEAREST) at /Users/dfelinto/blender/bf/source/blender/compositor/operations/COM_SplitOperation.cpp:70 - 7 0x0000000100ce1c98 in SocketReader::read (this=0x10ee2c7b8, result=0x11f930038, x=0, y=256, sampler=COM_PS_NEAREST) at COM_SocketReader.h:95 - 8 0x0000000100cf6a6b in ViewerOperation::executeRegion (this=0x10ee2c8f0, rect=0x118164e50, tileNumber=2) at /Users/dfelinto/blender/bf/source/blender/compositor/operations/COM_ViewerOperation.cpp:104 - 9 0x0000000100cb3e9d in CPUDevice::execute (this=0x10ee1e940, work=0x11caaaaa0) at /Users/dfelinto/blender/bf/source/blender/compositor/intern/COM_CPUDevice.cpp:33 - 10 0x0000000100cb0975 in WorkScheduler::thread_execute_cpu (data=0x10ee1e940) at /Users/dfelinto/blender/bf/source/blender/compositor/intern/COM_WorkScheduler.cpp:151 - 11 0x00000001010fd319 in tslot_thread_start (tslot_p=0x11caaae48) at threads.c:229 - 12 0x00007fff8ee7a7a2 in _pthread_start () - 13 0x00007fff8ee671e1 in thread_start () (gdb) %%%

%%%Fix in svn revision 59964, thanks for the report.%%%

%%%Fix in svn revision 59964, thanks for the report.%%%

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
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#36692
No description provided.