Paradoxianer / ProjectConceptor

Modular application for Haiku and BeOS designed to view, edit and process information which can be represented by a graph structure.
0 stars 2 forks source link

Crash when trying to change color of multiple nodes #60

Closed pulkomandy closed 4 years ago

pulkomandy commented 4 years ago

ProjectConceptor crashes. No debug report because Debugger also crashed when trying to investigate, but the issue is reproductible.

Paradoxianer commented 4 years ago

Thanks... will look into this later..

Paradoxianer commented 4 years ago

I really cant find the source of the problem... maybe i need to switch back for the changed List from using set<> to BList... Somehow the Command BMessage was added as a Node or some crazy BMessages with what -> 1FMH (MESSAGE_FORMAT_HAIKU from MessageAdapter) I had crazy errors like... not shure why... because when i wrote the recepie for Haiporter i tested it and it worked.. :( ProjectConceptor: ../haiku-git/src/system/libroot/posix/malloc_hoard2/superblock.h:171:class BPrivate::block * BPrivate::superblock::getBlock(): getNumAvailable() == 0

Paradoxianer commented 4 years ago

Somehow the Node::Pattern Message is kind of added as a own Node... makes no sense... but brings me closer to the solution BMessage(0x0) { FillColor = int32(0xffbeb498 or -4279144) BorderColor = int32(0xff000000 or -16777216) PenSize = float(0.0000) DrawingMode = int8(0xa or 10 or ' ') HighColor = int32(0xff000000 or -16777216) LowColor = int32(0xff808080 or -8355712) Pattern = (type = 'PATN')(size = 8) ProjectConceptor::doc = (type = 'PNTR')(size = 4) GraphEditor0::Renderer = (type = 'PNTR')(size = 4) }