texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Texmacs-dev] RE: Texmacs segfault


From: Igor V. Kovalenko
Subject: Re: [Texmacs-dev] RE: Texmacs segfault
Date: Sat, 19 Oct 2002 22:57:39 +0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020809

Joris van der Hoeven wrote:
-------------------------------------------------------------------
  win->set_background (dis->get_color (bg));
+
+ if (nil(eb))
+     cerr << "edit_interface.cc : eb is NULL\n" << endl;
+
  win->clear (max (eb->x1, X1), max (eb->y1, Y1),
              min (eb->x2, X2), min (eb->y2, Y2));
-------------------------------------------------------------------
[skip]

Please try to win->clear (X1, Y1, X2, Y2) in the case when nil(eb).


Thanks, applied, will try.

I opted to fall back to guile-1.4 (RedHat 8 build) from custom
guile-1.4.1 build and now I'm not able to reproduce the crash.
Trying hard, a document is about 150kb now with customized styles :)

--
Regards,
Igor V. Kovalenko    mailto: iko at crec dot mipt dot ru





reply via email to

[Prev in Thread] Current Thread [Next in Thread]