Undo steps limiting crash with sculpt and texture painting #67217

Closed
opened 2019-07-19 12:13:51 +02:00 by Julien Kaspar · 86 comments
Member

System Information
Operating system: Linux-4.13.0-46-generic-x86_64-with-debian-stretch-sid 64 Bits
Graphics card: Quadro GP100/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 384.130

Blender Version
Broken: version: 2.80 (sub 74), branch: master, commit date: 2019-07-17 07:56, hash: blender/blender@f8a70db556

Short description of error
I don't know when this started happening but since yesterday when I sculpted again, Blender randomly crashes every 10-15 min.
This might happen when I undo, switch my brush, place a stroke. Anything really.
I talked with Sebastian Parlorg and apparently it might be tied to allocating memory.
Here's what the Debug Blender terminal said right before the crash.

Thread 1 "blender" received signal SIGSEGV, Segmentation fault.
je_large_dalloc (tsdn=0x7ffff7fc2778, extent=0x0) at src/large.c:347
347     src/large.c: No such file or directory.
- 0 0x000000000302ec92 in je_large_dalloc (tsdn=0x7ffff7fc2778, extent=0x0) at src/large.c:347
- 1 0x0000000002b48d28 in MEM_lockfree_freeN (vmemh=0x7fff59530d48) at /media/data/blender_guest/blender_master/intern/guardedalloc/intern/mallocn_lockfree_impl.c:157
- 2 0x0000000004e0712c in BLO_memfile_free (memfile=0x7fffa9948908) at /media/data/blender_guest/blender_master/source/blender/blenloader/intern/undofile.c:62
- 3 0x0000000004e071f5 in BLO_memfile_merge (first=0x7fffa9948908, second=0x7fff7e393108)
at /media/data/blender_guest/blender_master/source/blender/blenloader/intern/undofile.c:92
- 4 0x0000000004e06f02 in memfile_undosys_step_free (us_p=0x7fffe0902a08) at /media/data/blender_guest/blender_master/source/blender/editors/undo/memfile_undo.c:123
- 5 0x0000000004e31a0c in undosys_step_free_and_unlink (ustack=0x7fffdffe5938, us=0x7fffe0902a08)
at /media/data/blender_guest/blender_master/source/blender/blenkernel/intern/undo_system.c:221
#6 0x0000000004e31f86 in undosys_stack_clear_all_first (ustack=0x7fffdffe5938, us=0x7fff5ed05008)
at /media/data/blender_guest/blender_master/source/blender/blenkernel/intern/undo_system.c:322
#7 0x0000000004e32642 in BKE_undosys_stack_limit_steps_and_memory (ustack=0x7fffdffe5938, steps=255, memory_limit=0)
at /media/data/blender_guest/blender_master/source/blender/blenkernel/intern/undo_system.c:440
- 8 0x0000000004e05045 in ED_undo_push (C=0x7ffff2d85308, str=0xb1948bf "Radial Control") at /media/data/blender_guest/blender_master/source/blender/editors/undo/ed_undo.c:92
- 9 0x0000000004e05995 in ED_undo_push_op (C=0x7ffff2d85308, op=0x7fffe085c2c8) at /media/data/blender_guest/blender_master/source/blender/editors/undo/ed_undo.c:290
#10 0x0000000002db82a3 in wm_operator_finished (C=0x7ffff2d85308, op=0x7fffe085c2c8, repeat=false, store=true)
at /media/data/blender_guest/blender_master/source/blender/windowmanager/intern/wm_event_system.c:982
#11 0x0000000002dbb506 in wm_handler_operator_call (C=0x7ffff2d85308, handlers=0x7fffe0f64998, handler_base=0x7fff61d29ad8, event=0x7fff939d6788, properties=0x0)
at /media/data/blender_guest/blender_master/source/blender/windowmanager/intern/wm_event_system.c:2217
#12 0x0000000002dbd411 in wm_handlers_do_intern (C=0x7ffff2d85308, event=0x7fff939d6788, handlers=0x7fffe0f64998)
at /media/data/blender_guest/blender_master/source/blender/windowmanager/intern/wm_event_system.c:2897
#13 0x0000000002dbd59e in wm_handlers_do (C=0x7ffff2d85308, event=0x7fff939d6788, handlers=0x7fffe0f64998)
at /media/data/blender_guest/blender_master/source/blender/windowmanager/intern/wm_event_system.c:2945
- 14 0x0000000002dbe823 in wm_event_do_handlers (C=0x7ffff2d85308) at /media/data/blender_guest/blender_master/source/blender/windowmanager/intern/wm_event_system.c:3323
- 15 0x0000000002db17e2 in WM_main (C=0x7ffff2d85308) at /media/data/blender_guest/blender_master/source/blender/windowmanager/intern/wm.c:417
#16 0x00000000027044f6 in main (argc=1, argv=0x7fffffffe668) at /media/data/blender_guest/blender_master/source/creator/creator.c:500
**System Information** Operating system: Linux-4.13.0-46-generic-x86_64-with-debian-stretch-sid 64 Bits Graphics card: Quadro GP100/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 384.130 **Blender Version** Broken: version: 2.80 (sub 74), branch: master, commit date: 2019-07-17 07:56, hash: `blender/blender@f8a70db556` **Short description of error** I don't know when this started happening but since yesterday when I sculpted again, Blender randomly crashes every 10-15 min. This might happen when I undo, switch my brush, place a stroke. Anything really. I talked with Sebastian Parlorg and apparently it might be tied to allocating memory. Here's what the Debug Blender terminal said right before the crash. ``` Thread 1 "blender" received signal SIGSEGV, Segmentation fault. je_large_dalloc (tsdn=0x7ffff7fc2778, extent=0x0) at src/large.c:347 347 src/large.c: No such file or directory. - 0 0x000000000302ec92 in je_large_dalloc (tsdn=0x7ffff7fc2778, extent=0x0) at src/large.c:347 - 1 0x0000000002b48d28 in MEM_lockfree_freeN (vmemh=0x7fff59530d48) at /media/data/blender_guest/blender_master/intern/guardedalloc/intern/mallocn_lockfree_impl.c:157 - 2 0x0000000004e0712c in BLO_memfile_free (memfile=0x7fffa9948908) at /media/data/blender_guest/blender_master/source/blender/blenloader/intern/undofile.c:62 - 3 0x0000000004e071f5 in BLO_memfile_merge (first=0x7fffa9948908, second=0x7fff7e393108) at /media/data/blender_guest/blender_master/source/blender/blenloader/intern/undofile.c:92 - 4 0x0000000004e06f02 in memfile_undosys_step_free (us_p=0x7fffe0902a08) at /media/data/blender_guest/blender_master/source/blender/editors/undo/memfile_undo.c:123 - 5 0x0000000004e31a0c in undosys_step_free_and_unlink (ustack=0x7fffdffe5938, us=0x7fffe0902a08) at /media/data/blender_guest/blender_master/source/blender/blenkernel/intern/undo_system.c:221 #6 0x0000000004e31f86 in undosys_stack_clear_all_first (ustack=0x7fffdffe5938, us=0x7fff5ed05008) at /media/data/blender_guest/blender_master/source/blender/blenkernel/intern/undo_system.c:322 #7 0x0000000004e32642 in BKE_undosys_stack_limit_steps_and_memory (ustack=0x7fffdffe5938, steps=255, memory_limit=0) at /media/data/blender_guest/blender_master/source/blender/blenkernel/intern/undo_system.c:440 - 8 0x0000000004e05045 in ED_undo_push (C=0x7ffff2d85308, str=0xb1948bf "Radial Control") at /media/data/blender_guest/blender_master/source/blender/editors/undo/ed_undo.c:92 - 9 0x0000000004e05995 in ED_undo_push_op (C=0x7ffff2d85308, op=0x7fffe085c2c8) at /media/data/blender_guest/blender_master/source/blender/editors/undo/ed_undo.c:290 #10 0x0000000002db82a3 in wm_operator_finished (C=0x7ffff2d85308, op=0x7fffe085c2c8, repeat=false, store=true) at /media/data/blender_guest/blender_master/source/blender/windowmanager/intern/wm_event_system.c:982 #11 0x0000000002dbb506 in wm_handler_operator_call (C=0x7ffff2d85308, handlers=0x7fffe0f64998, handler_base=0x7fff61d29ad8, event=0x7fff939d6788, properties=0x0) at /media/data/blender_guest/blender_master/source/blender/windowmanager/intern/wm_event_system.c:2217 #12 0x0000000002dbd411 in wm_handlers_do_intern (C=0x7ffff2d85308, event=0x7fff939d6788, handlers=0x7fffe0f64998) at /media/data/blender_guest/blender_master/source/blender/windowmanager/intern/wm_event_system.c:2897 #13 0x0000000002dbd59e in wm_handlers_do (C=0x7ffff2d85308, event=0x7fff939d6788, handlers=0x7fffe0f64998) at /media/data/blender_guest/blender_master/source/blender/windowmanager/intern/wm_event_system.c:2945 - 14 0x0000000002dbe823 in wm_event_do_handlers (C=0x7ffff2d85308) at /media/data/blender_guest/blender_master/source/blender/windowmanager/intern/wm_event_system.c:3323 - 15 0x0000000002db17e2 in WM_main (C=0x7ffff2d85308) at /media/data/blender_guest/blender_master/source/blender/windowmanager/intern/wm.c:417 #16 0x00000000027044f6 in main (argc=1, argv=0x7fffffffe668) at /media/data/blender_guest/blender_master/source/creator/creator.c:500 ```
Author
Member

Added subscriber: @JulienKaspar

Added subscriber: @JulienKaspar

blender/blender#67651 was marked as duplicate of this issue

blender/blender#67651 was marked as duplicate of this issue

blender/blender#67650 was marked as duplicate of this issue

blender/blender#67650 was marked as duplicate of this issue

blender/blender#67647 was marked as duplicate of this issue

blender/blender#67647 was marked as duplicate of this issue

blender/blender#67660 was marked as duplicate of this issue

blender/blender#67660 was marked as duplicate of this issue

blender/blender#67632 was marked as duplicate of this issue

blender/blender#67632 was marked as duplicate of this issue

blender/blender#67554 was marked as duplicate of this issue

blender/blender#67554 was marked as duplicate of this issue

blender/blender#67614 was marked as duplicate of this issue

blender/blender#67614 was marked as duplicate of this issue

blender/blender#67564 was marked as duplicate of this issue

blender/blender#67564 was marked as duplicate of this issue

blender/blender#67607 was marked as duplicate of this issue

blender/blender#67607 was marked as duplicate of this issue

blender/blender#67616 was marked as duplicate of this issue

blender/blender#67616 was marked as duplicate of this issue

blender/blender#67617 was marked as duplicate of this issue

blender/blender#67617 was marked as duplicate of this issue

blender/blender#67621 was marked as duplicate of this issue

blender/blender#67621 was marked as duplicate of this issue

blender/blender#67568 was marked as duplicate of this issue

blender/blender#67568 was marked as duplicate of this issue

blender/blender#67580 was marked as duplicate of this issue

blender/blender#67580 was marked as duplicate of this issue

blender/blender#67490 was marked as duplicate of this issue

blender/blender#67490 was marked as duplicate of this issue

blender/blender#67498 was marked as duplicate of this issue

blender/blender#67498 was marked as duplicate of this issue

blender/blender#67375 was marked as duplicate of this issue

blender/blender#67375 was marked as duplicate of this issue

blender/blender#67469 was marked as duplicate of this issue

blender/blender#67469 was marked as duplicate of this issue

blender/blender#67503 was marked as duplicate of this issue

blender/blender#67503 was marked as duplicate of this issue

blender/blender#67479 was marked as duplicate of this issue

blender/blender#67479 was marked as duplicate of this issue

blender/blender#67481 was marked as duplicate of this issue

blender/blender#67481 was marked as duplicate of this issue

blender/blender#67486 was marked as duplicate of this issue

blender/blender#67486 was marked as duplicate of this issue

blender/blender#67388 was marked as duplicate of this issue

blender/blender#67388 was marked as duplicate of this issue

blender/blender#67378 was marked as duplicate of this issue

blender/blender#67378 was marked as duplicate of this issue

blender/blender#67275 was marked as duplicate of this issue

blender/blender#67275 was marked as duplicate of this issue

blender/blender#67263 was marked as duplicate of this issue

blender/blender#67263 was marked as duplicate of this issue

blender/blender#67423 was marked as duplicate of this issue

blender/blender#67423 was marked as duplicate of this issue

blender/blender#67365 was marked as duplicate of this issue

blender/blender#67365 was marked as duplicate of this issue

blender/blender#67339 was marked as duplicate of this issue

blender/blender#67339 was marked as duplicate of this issue

blender/blender#67443 was marked as duplicate of this issue

blender/blender#67443 was marked as duplicate of this issue

blender/blender#67424 was marked as duplicate of this issue

blender/blender#67424 was marked as duplicate of this issue

blender/blender#67278 was marked as duplicate of this issue

blender/blender#67278 was marked as duplicate of this issue
Author
Member

Added subscribers: @ZedDB, @Sergey, @ideasman42

Added subscribers: @ZedDB, @Sergey, @ideasman42

Added subscriber: @brecht

Added subscriber: @brecht

We'll need more details than this to investigate, I guess @ZedDB can help with that?

We'll need more details than this to investigate, I guess @ZedDB can help with that?
Campbell Barton was assigned by Sebastian Parborg 2019-07-19 16:24:51 +02:00

We have narrowed it down to blender/blender@c635663e4a
(Doesn't seem to crash with the commit before this one.)

Blender crash file:
blender_crash.txt

@ideasman42 ideas? It seems to crash when doing a ED_undo_push while sculpting.

We have narrowed it down to blender/blender@c635663e4a (Doesn't seem to crash with the commit before this one.) Blender crash file: [blender_crash.txt](https://archive.blender.org/developer/F7618233/blender_crash.txt) @ideasman42 ideas? It seems to crash when doing a ED_undo_push while sculpting.

Added subscriber: @AlexanderSantos

Added subscriber: @AlexanderSantos

@ideasman42, we should revert that commit and reopen blender/blender#67040.

@ideasman42, we should revert that commit and reopen blender/blender#67040.

This issue was referenced by blender/blender@45ae9edbd5

This issue was referenced by blender/blender@45ae9edbd5ac836619b02c5b9d05efbf0f2c8d1d

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'

Any hints on how redo this bug?

Was it happening with dyntopo on/off?

Is there a set of steps I can run to make this crash more frequently?

Any hints on how redo this bug? Was it happening with dyntopo on/off? Is there a set of steps I can run to make this crash more frequently?

We don't have exact steps to reproduce the issue. These reports are potentially the same bug:
blender/blender#67339 (Blender 2.80rc2 crashes when switching from sculpt mode to edit mode)
blender/blender#67365 (RC2 new crashes in Sculpt Mode when change brush settings)
blender/blender#67423 (Sculpt mode to Modeling mode crash)
blender/blender#67424 (Blender crashes when entering edit mode from sculpting mode)

We don't have exact steps to reproduce the issue. These reports are potentially the same bug: blender/blender#67339 (Blender 2.80rc2 crashes when switching from sculpt mode to edit mode) blender/blender#67365 (RC2 new crashes in Sculpt Mode when change brush settings) blender/blender#67423 (Sculpt mode to Modeling mode crash) blender/blender#67424 (Blender crashes when entering edit mode from sculpting mode)

Since this is an issue with undo stack limits, probably it is easier to reproduce with a lower number of undo steps set in the preferences.

Since this is an issue with undo stack limits, probably it is easier to reproduce with a lower number of undo steps set in the preferences.
Brecht Van Lommel changed title from Sculpt Mode crashes regularly to Undo steps limiting crash with sculpt and texture painting 2019-07-22 14:07:08 +02:00

Added subscribers: @BlenderPretender, @MarcinTwarowski, @ErickNyanduKabongo, @xrlm

Added subscribers: @BlenderPretender, @MarcinTwarowski, @ErickNyanduKabongo, @xrlm

Added subscriber: @JonasT

Added subscriber: @JonasT

Added subscriber: @SenJacob

Added subscriber: @SenJacob

Added subscriber: @Serj_Coruzyak

Added subscriber: @Serj_Coruzyak

Added subscriber: @Hilonegro-1

Added subscriber: @Hilonegro-1

Added subscribers: @brismith70-1, @Znio.G

Added subscribers: @brismith70-1, @Znio.G

Added subscriber: @alempkht

Added subscriber: @alempkht

Added subscriber: @SpectreFirst

Added subscriber: @SpectreFirst

Huh, this is very strange - I have found a way to reproduce that problem with 100% consistency on 4a5e046c923f from 2019-07-16 with just a default Cube with no additioanl subdivisions or modifiers and no Dyntopo, using only one Sculpt brush and one Rotate tool in Edit Mode but I cannot reproduce it in latest 45ae9edbd5ac from 2019-07-21. Just in case, here is how to reproduce this on an older build:

  1. Start Blender.
  2. Ctrl+Tab to Sculpt Mode on a default Cube. Do 10 strokes with default Sculpt brush, you have to press and release the mouse at least 10 times.
  3. Ctrl+Tab to Edit Mode. Switch to Rotate tool and rotate your selected mesh 10 times by pressing and releasing the mouse.
  4. Ctrl+Tab to Sculpt Mode. Do another 10 strokes on it with default Sculpt brush, you have to press and release the mouse at least 10 times.
  5. Ctrl+Tab to Edit Mode and Blender will crash.
  6. The same thing was reproducible with other modes as well, for example, if you switch to Vertex Paint instead of Edit Mode and do the same 10 strokes trick, after a few sessions of switching to and from Sculpt Mode Blender will crash as well.
  7. For some reason I cannot reproduce the same exact thing if I start old Blender from blender_debug_log but it's 100% reproducible on regular start.
Huh, this is very strange - I have found a way to reproduce that problem with 100% consistency on 4a5e046c923f from 2019-07-16 with just a default Cube with no additioanl subdivisions or modifiers and no Dyntopo, using only one Sculpt brush and one Rotate tool in Edit Mode but I cannot reproduce it in latest 45ae9edbd5ac from 2019-07-21. Just in case, here is how to reproduce this on an older build: 1. Start Blender. 2. Ctrl+Tab to Sculpt Mode on a default Cube. Do 10 strokes with default Sculpt brush, you have to press and release the mouse at least 10 times. 3. Ctrl+Tab to Edit Mode. Switch to Rotate tool and rotate your selected mesh 10 times by pressing and releasing the mouse. 4. Ctrl+Tab to Sculpt Mode. Do another 10 strokes on it with default Sculpt brush, you have to press and release the mouse at least 10 times. 5. Ctrl+Tab to Edit Mode and Blender will crash. 6. The same thing was reproducible with other modes as well, for example, if you switch to Vertex Paint instead of Edit Mode and do the same 10 strokes trick, after a few sessions of switching to and from Sculpt Mode Blender will crash as well. 7. For some reason I cannot reproduce the same exact thing if I start old Blender from blender_debug_log but it's 100% reproducible on regular start.

Added subscriber: @CGJ

Added subscriber: @CGJ

blender/blender#67424#730246 and blender/blender#67443#730264 have instructions on how to reproduce the issue too.

The commit that caused this problem was reverted and the latest build from builder.blender.org should no longer have the problem.

But the original issue that this commit was supposed to fix is back now, so we that is fixed we need to verify that following these instructions there is no crash.

blender/blender#67424#730246 and blender/blender#67443#730264 have instructions on how to reproduce the issue too. The commit that caused this problem was reverted and the latest build from builder.blender.org should no longer have the problem. But the original issue that this commit was supposed to fix is back now, so we that is fixed we need to verify that following these instructions there is no crash.

Did some testing on 45ae9edbd5ac from 2019-07-21 on Intel Core i7, 8 Gb RAM, AMD Radeon HD 7700, Windows 7 x64:

https://developer.blender.org/T67424#730246

  • Spent nearly half an hour sculpting, moving vertices in Edit Mode, painting weights and vertex colors on a default Sphere while switching between modes once in a while and everything seems to work fine.
  • Also tried Multires (which still doesn't work properly when switching subdivisions and still doesn't show textures and vertex colors in Sculpt Mode but that is another case) and Dyntopo, everything seems to be working fine.

https://developer.blender.org/T67443#730264
This was reproducible on my side the same exact way as the other one but right now I can paint and switch modes for 10 minutes without any problems.

EDIT: I was able to reproduce the text block crach from the text editor on 2019-07-21 build. I have no idea what causes this but if you type a long string into a text block, rename the block and press Undo it will still crash. Also tried combo - typed long string, renamed the text block, moved light in 3D View, pressed Undo several times and Blender crashed when it reached text block renaming step so the problem is most likely somewhere in that area. -d mode gave me the same exception_access_violation error.

Other than that I was unable to reproduce mode switching crash. My Undo Steps was set to 2 all the time but that didn't seem to affect anything - I was able to undo once in a while with no problems. My system is Windows so I cannot verify if any of these problems persist on other systems.

Did some testing on 45ae9edbd5ac from 2019-07-21 on Intel Core i7, 8 Gb RAM, AMD Radeon HD 7700, Windows 7 x64: https://developer.blender.org/T67424#730246 - Spent nearly half an hour sculpting, moving vertices in Edit Mode, painting weights and vertex colors on a default Sphere while switching between modes once in a while and everything seems to work fine. - Also tried Multires (which still doesn't work properly when switching subdivisions and still doesn't show textures and vertex colors in Sculpt Mode but that is another case) and Dyntopo, everything seems to be working fine. https://developer.blender.org/T67443#730264 This was reproducible on my side the same exact way as the other one but right now I can paint and switch modes for 10 minutes without any problems. EDIT: I was able to reproduce the text block crach from the text editor on 2019-07-21 build. I have no idea what causes this but if you type a long string into a text block, rename the block and press Undo it will still crash. Also tried combo - typed long string, renamed the text block, moved light in 3D View, pressed Undo several times and Blender crashed when it reached text block renaming step so the problem is most likely somewhere in that area. -d mode gave me the same exception_access_violation error. Other than that I was unable to reproduce mode switching crash. My Undo Steps was set to 2 all the time but that didn't seem to affect anything - I was able to undo once in a while with no problems. My system is Windows so I cannot verify if any of these problems persist on other systems.

Added subscribers: @scuinox, @MassimilianoPuliero, @dark999

Added subscribers: @scuinox, @MassimilianoPuliero, @dark999

Added subscriber: @HONGSUNGWOO

Added subscriber: @HONGSUNGWOO

Added subscriber: @PierreReyes

Added subscriber: @PierreReyes

Added subscriber: @Caskels

Added subscriber: @Caskels

Added subscribers: @Voguart, @Ammar-Alfouzan

Added subscribers: @Voguart, @Ammar-Alfouzan

Added subscribers: @AntoineRol, @Mahou

Added subscribers: @AntoineRol, @Mahou

Added subscribers: @Baszczer, @zeauro

Added subscribers: @Baszczer, @zeauro

Added subscriber: @bokoa

Added subscriber: @bokoa

Added subscribers: @erich, @mano-wii

Added subscribers: @erich, @mano-wii

Added subscriber: @MlleBun

Added subscriber: @MlleBun

Thank you and congratulations for this quick and effective intervention for the problem "blender/blender#67580: Regular crashes when working in Sculpting window." and "blender/blender#67498: Blender crashes during sculpting."
I downloaded the latest version of July 24 blender-2.80-b63f0266a056-win64.zip and it works very well, again Congratulations to the team!

Thank you and congratulations for this quick and effective intervention for the problem "blender/blender#67580: Regular crashes when working in Sculpting window." and "blender/blender#67498: Blender crashes during sculpting." I downloaded the latest version of July 24 blender-2.80-b63f0266a056-win64.zip and it works very well, again Congratulations to the team!

Added subscriber: @Ryan-2

Added subscriber: @Ryan-2

Added subscribers: @TadWimer, @GavinScott

Added subscribers: @TadWimer, @GavinScott

Added subscribers: @Elendur, @Mets, @sami.vuorenpaa, @piloto

Added subscribers: @Elendur, @Mets, @sami.vuorenpaa, @piloto

Added subscriber: @finnb

Added subscriber: @finnb

Added subscriber: @aristotle

Added subscriber: @aristotle

Added subscribers: @ZohaibShahidB, @EitanSomething

Added subscribers: @ZohaibShahidB, @EitanSomething

Added subscriber: @zargul

Added subscriber: @zargul

Added subscriber: @darrylsh

Added subscriber: @darrylsh

Added subscriber: @Czteryk

Added subscriber: @Czteryk

Still crashing when changing mode on blender-2.80.0-git.bfe580642f46.
Steps->
Open Blender
Delete Cube
Create UV Sphere
Texture Paint
On Active Tool menu, create a texture Base Color with default settings.
Start to paint and changing to Edit several times with Tab shortcut.
After some time blender crash.
Record time: 30 Seconds

I'm unable to crash with Sculpt and tab smashing.

Still crashing when changing mode on blender-2.80.0-git.bfe580642f46. Steps-> Open Blender Delete Cube Create UV Sphere Texture Paint On Active Tool menu, create a texture Base Color with default settings. Start to paint and changing to Edit several times with Tab shortcut. After some time blender crash. Record time: 30 Seconds I'm unable to crash with Sculpt and tab smashing.

Removed subscriber: @MarcinTwarowski

Removed subscriber: @MarcinTwarowski

Removed subscriber: @HONGSUNGWOO

Removed subscriber: @HONGSUNGWOO

@Mahou could you open a separate report?

I tried redoing this bug but couldn't. Could you check if this happens more often with the number of undo steps lowered to around 5?

@Mahou could you open a separate report? I tried redoing this bug but couldn't. Could you check if this happens more often with the number of undo steps lowered to around 5?

Actually it doesn't, it's pretty random, I tried several times changing undo steps from 36 to 5 and the reverse, the time to crash it's literally random and don't seems to be influenciated by the undo steps, I will create a separate report.

Actually it doesn't, it's pretty random, I tried several times changing undo steps from 36 to 5 and the reverse, the time to crash it's literally random and don't seems to be influenciated by the undo steps, I will create a separate report.
Member

Removed subscriber: @Mets

Removed subscriber: @Mets

Added subscribers: @Comrade_crunchy, @Mets

Added subscribers: @Comrade_crunchy, @Mets

Added subscribers: @Enalya, @MarcinTwarowski, @Levonbuck

Added subscribers: @Enalya, @MarcinTwarowski, @Levonbuck

Added subscriber: @3005box

Added subscriber: @3005box

Added subscriber: @wissam

Added subscriber: @wissam
Sign in to join this conversation.
No Milestone
No project
No Assignees
12 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: studio/blender-studio#67217
No description provided.