> > * Still I cannot debug my code because at a certain point, my complete system > hangs. I compiled my code on MacOS where it crashes but the system won't > hang. Somehow the debug traceback is full "basic_string.h" file warnings in > line 227 although the functions calls to the crash are: main -> WM_main -> > wm_event_do_handlers -> wm_handler_operator_call -> paint_stroke_modal -> > paint_stroke_done -> brush_painter_free. I will try to inspect my paint code > and especially "paint_stroke_done". Hopefully I can close this bug soon and > move on to the next task. Painting has to work before I can proceed.
For MacOS i get the same issue with debug builds that all give the same error for any crash regardless of where it is at #2 0x0000000100a67abb in gomp_sem_wait () at bits/basic_string.h:227 #3 0x0000000100a67b6f in gomp_barrier_wait_end () at bits/basic_string.h:227 #4 0x0000000100a67549 in gomp_team_start () at bits/basic_string.h:227 Can the Mac maintainer please have a look? Googling shows it as a member of /usr/include/c++/4.0.0/bits/basic_string.h:227 (or other version numbers ie 4.0.x ) LetterRip _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
