From: Michael R. <re...@eu...> - 2006-09-13 05:36:15
|
Hi again, >> Waiting some news for the segmentation fault error >> from michael. > > I found the bug, but it's not that easy to fix. There's a realloc() > which makes room for a new variable, and moves the memory to another > location. Unfortunately there are still pointers to the old area :-( Well, I found the reason that triggered that bug: the text widget evaluated a property 'style' which had a default value of "norm", which has been handled as a *variable*, but should be a string ("'norm'") So the segfault should no longer happen, but note that the real bug hasn't been fixed yet! So you can go on testing your display.... bye, Michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |