Colormanagement leads to crash with python #32803

Closed
opened 2012-10-07 10:15:29 +02:00 by Björn Sonnenschein · 5 comments

%%%Install the attached Addon, switch to the Video Editing screen layout, replace the curve editor by a File browser, select a video file and klick the Edit Range button in the Movie Manager section in the Sequencer's property panel.
Blender Crashes without returning a python realted error. gdb output is:

Program received signal SIGSEGV, Segmentation fault.
0x000000000208ade9 in IMB_colormanagement_assign_float_colorspace (ibuf=0x77b0838, name=0x774a2f0 "")

  at /home/sun/blender-svn/Aktuell/blender/source/blender/imbuf/intern/colormanagement.c:1086

1086 if (colorspace->is_data)
%%%

%%%Install the attached Addon, switch to the Video Editing screen layout, replace the curve editor by a File browser, select a video file and klick the Edit Range button in the Movie Manager section in the Sequencer's property panel. Blender Crashes without returning a python realted error. gdb output is: Program received signal SIGSEGV, Segmentation fault. 0x000000000208ade9 in IMB_colormanagement_assign_float_colorspace (ibuf=0x77b0838, name=0x774a2f0 "") ``` at /home/sun/blender-svn/Aktuell/blender/source/blender/imbuf/intern/colormanagement.c:1086 ``` 1086 if (colorspace->is_data) %%%

Changed status to: 'Open'

Changed status to: 'Open'

%%%I tried this in rev 51152 but couldnt redo crash (64bit linux)

  • tried with colorspace curve enabled/disabled
  • tried with a build compiled without colorspace.
  • ran in valgrind, it gave no suspicious warnings.
  • tried inserting video from the script and drag&drop onto the sequencer.

could you see if this bug still happens in a recent revision?%%%

%%%I tried this in rev 51152 but couldnt redo crash (64bit linux) - tried with colorspace curve enabled/disabled - tried with a build compiled without colorspace. - ran in valgrind, it gave no suspicious warnings. - tried inserting video from the script and drag&drop onto the sequencer. could you see if this bug still happens in a recent revision?%%%

%%%Campbell, yes the crash is still happens here. Looking into this.%%%

%%%Campbell, yes the crash is still happens here. Looking into this.%%%

%%%Issue was caused by wrong sequencer color space set for new scenes. Fixed in svn rev51168, thanks for the report, closing.%%%

%%%Issue was caused by wrong sequencer color space set for new scenes. Fixed in svn rev51168, thanks for the report, closing.%%%

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Sign in to join this conversation.
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-addons#32803
No description provided.