Crash when addon disabled #49650

Closed
opened 2016-10-13 23:25:52 +02:00 by filip mond · 9 comments

System Information
OS X 10.11.6, NVIDIA GeForce GTX 780M 4096 MB

Blender Version
Broken: 2.78 6917de6 (any buildbot)
Worked: 2.78 0b13b7a (official)

Short description of error
Latest builds crash if I want to disable some add ons.

Details
Across crash on "Load factory setting" (I posted here https://developer.blender.org/T49592) I found few addons that crash immediately if I want to (disablet them.

First aid to get "Load factory setting" works I had to moved userpref.blend and startup.blend files out of config folder.
It helped. Than I created new ones, and enabled "my" few most needed addons.

Few of them always crash when I want them disable.
(If they are ON, blender crash on "Load Factory Setting".

  • Animation Nodes

  • Asset Manager

  • Node Wrangler
    (Doesn't matter if any other addon is enabled.)

  • Blender Cloud - is special one, this crash if "Copy Attributes Menu" or "Import Images as Planes" addons are ON. If they are OFF addon works.
    (Yesterday I would swear that with build from 10.10.2016 I could disable "Blender Cloud" addon after "Cycles Render" addon. Today zero relation in behavior.)

Command Line
And just don't be this enough easy, I tried to do the same with running blender from terminal.
And ... it behaves differently.

  • Asset Manager - crashed when I took it ON (not OFF as usually) several times, but now I can't replicate it
  • Blender Cloud - can be disabled without crash, terminal message:
search for unknown operator 'PILLAR_OT_browser', 'PILLAR_OT_browser'
search for unknown operator 'PILLAR_OT_browser', 'PILLAR_OT_browser'

Edit

  • Copy Attributes Menu - crashed now too and after that Blender Cloud start to crash too with
search for unknown operator 'PILLAR_OT_browser', 'PILLAR_OT_browser'
search for unknown operator 'PILLAR_OT_browser', 'PILLAR_OT_browser'
blender(5216,0x7fff7895d000) malloc: ***error for object 0x7fc9adc870d0: pointer being freed was not allocated*** set a breakpoint in malloc_error_break to debug
Abort trap: 6
  • Now I'm out of focus, now these two crash blender in strange order ...
    I spend few hours trying different combinations to see what interact with what.
    I m discharged, patience over,sorry.
    One more thing that was noticeable, in some cases it helped wait a few second before disabling another one.
**System Information** OS X 10.11.6, NVIDIA GeForce GTX 780M 4096 MB **Blender Version** Broken: 2.78 6917de6 (any buildbot) Worked: 2.78 0b13b7a (official) **Short description of error** Latest builds crash if I want to disable some add ons. **Details** Across crash on "Load factory setting" (I posted here https://developer.blender.org/T49592) I found few addons that crash immediately if I want to (disablet them. First aid to get "Load factory setting" works I had to moved userpref.blend and startup.blend files out of config folder. It helped. Than I created new ones, and enabled "my" few most needed addons. Few of them always crash when I want them disable. (If they are ON, blender crash on "Load Factory Setting". - Animation Nodes - Asset Manager - Node Wrangler (Doesn't matter if any other addon is enabled.) - Blender Cloud - is special one, this crash if "Copy Attributes Menu" or "Import Images as Planes" addons are ON. If they are OFF addon works. (Yesterday I would swear that with build from 10.10.2016 I could disable "Blender Cloud" addon after "Cycles Render" addon. Today zero relation in behavior.) **Command Line** And just don't be this enough easy, I tried to do the same with running blender from terminal. And ... it behaves differently. - Asset Manager - crashed when I took it ON (not OFF as usually) several times, but now I can't replicate it - Blender Cloud - can be disabled without crash, terminal message: ``` search for unknown operator 'PILLAR_OT_browser', 'PILLAR_OT_browser' search for unknown operator 'PILLAR_OT_browser', 'PILLAR_OT_browser' ``` **Edit** - Copy Attributes Menu - crashed now too and after that Blender Cloud start to crash too with ``` search for unknown operator 'PILLAR_OT_browser', 'PILLAR_OT_browser' search for unknown operator 'PILLAR_OT_browser', 'PILLAR_OT_browser' blender(5216,0x7fff7895d000) malloc: ***error for object 0x7fc9adc870d0: pointer being freed was not allocated*** set a breakpoint in malloc_error_break to debug Abort trap: 6 ``` - Now I'm out of focus, now these two crash blender in strange order ... I spend few hours trying different combinations to see what interact with what. I m discharged, patience over,sorry. One more thing that was noticeable, in some cases it helped wait a few second before disabling another one.
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @FilipMond

Added subscriber: @FilipMond

Added subscriber: @p2or

Added subscriber: @p2or
Member

Added subscriber: @BrendonMurphy

Added subscriber: @BrendonMurphy
Member

cannot reproduce crash, but console get's flooded with unknown operator reports, i wonder if the classes are getting reg/unreg properly?
possibly could try class list for reg, as addons using this method seem unaffected.

cannot reproduce crash, but console get's flooded with unknown operator reports, i wonder if the classes are getting reg/unreg properly? possibly could try class list for reg, as addons using this method seem unaffected.

Added subscriber: @Almisuifre

Added subscriber: @Almisuifre
Author

Blender 2.78a (official) e8299c8
Just in case it can help somehow ... what about this cookbook?

  • dis Wrangler first = OK
  • dis AnimNode / dis Wrangler = error message
  • dis SetOrigin2Selected / dis AnimNode / dis Wrangler = CRASH
  • dis SetOrigin2Selected / dis Wrangler = OK
    (dis SetOrigin2Selected = always error message)

Screen Shot 2016-12-08 at 12.35.54 copy.jpg

Screen Shot 2016-12-08 at 12.36.41 copy.jpg

Blender 2.78a (official) e8299c8 Just in case it can help somehow ... what about this cookbook? - dis Wrangler first = OK - dis AnimNode / dis Wrangler = error message - dis SetOrigin2Selected / dis AnimNode / dis Wrangler = CRASH - dis SetOrigin2Selected / dis Wrangler = OK (dis SetOrigin2Selected = always error message) ![Screen Shot 2016-12-08 at 12.35.54 copy.jpg](https://archive.blender.org/developer/F415656/Screen_Shot_2016-12-08_at_12.35.54_copy.jpg) ![Screen Shot 2016-12-08 at 12.36.41 copy.jpg](https://archive.blender.org/developer/F415658/Screen_Shot_2016-12-08_at_12.36.41_copy.jpg)
Member

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Brendon Murphy self-assigned this 2017-03-19 06:52:40 +01:00
Member

seems like the crashes here are caused by animation nodes addon, closing as resolved.

seems like the crashes here are caused by animation nodes addon, closing as resolved.
Sign in to join this conversation.
No Milestone
No project
No Assignees
4 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#49650
No description provided.