On 12 Jan 2000, Jean-Marc Lasgouttes wrote:
> >>>>> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes:
>
> Michael> Hmmm, looks like Lyx 1.1.4 is almost finished.
Not yet.
> Michael> As you know I have experienced a lot of problems when
> Michael> compiling Lyx with Sun CC (which IMHO are no problems of Sun
> Michael> CC). I also uncovered a lot of runtime errors when running
> Michael> Lyx with Purify (it just takes me a few minutes to find some
> Michael> new bugs).
>
> Michael, I need more info on the problem you have with putenv(). I
> _thought_ that the macro I used would solve the problem, but obviously
> I got it wrong...
I seem to have deleted your original post Michael but IIRC you also found
a segfault trying to run LaTeX to view dvi. At least I have and I can't
find it other than to say it occurs in DepTable::read() upon return from
ifstream::~ifstream() on the 2nd or 3rd File->ViewDVI in a row with no
document changes. Could you try doing this in Purify you never know it
might help. All the parameters appear okay on entry but it looks
suspiciously like ifstream is freeing its arguement (a char* of the file
name).
Anyone else seeing this?
At present I've only got this with gcc-2.95.2 + SGI-STL-3.2 +
--without-included-string. I haven't gotten around to trying others yet.
I'll try again with JMarcs new changes.
Allan. (ARRae)