Re: support/lstrings.C subst() stuck in a loop

2005-09-07 Thread Eric Wilhelm
# from Jean-Marc Lasgouttes # on Wednesday 07 September 2005 04:47: >So the following patches are OK? > >Lars> guess so > >I applied them. Thanks to everybody who followed-up on this. I wasn't sure if I was making any sense working without a $HOME -- otherwise I would have filed a bug report.

Re: exporting from within cgi environment

2005-08-14 Thread Eric Wilhelm
# from Andre Poenitz # on Sunday 14 August 2005 12:56 am: >On Sat, Aug 13, 2005 at 10:11:19PM -0700, Eric Wilhelm wrote: >> Hi all, >> >> An update on this problem and a few questions... >> >> I've traced the hang into src/lyxtextclass.C - >> LyXTe

Re: support/lstrings.C subst() stuck in a loop

2005-08-13 Thread Eric Wilhelm
Hi again. I've traced this cgi export bug into filetools.C (MakeDisplayPath) and from there to lstrings.C and it is stuck in this loop. while ((i = lstr.find(oldstr, i)) != string::npos) { lyxerr << "while subst " << i << endl; lstr.replace(i, olen, newstr

exporting from within cgi environment

2005-08-13 Thread Eric Wilhelm
Hi all, An update on this problem and a few questions... I've traced the hang into src/lyxtextclass.C - LyXTextClass::load(). Specifically, the following line (~855) is where execution heads toward 500MB. loaded_ = const_cast(this)->Read(real_file) == 0; I've built the CVS and still get t

Re: "lyx -e" memory leak?

2005-08-12 Thread Eric Wilhelm
# from Eric Wilhelm # on Friday 12 August 2005 09:01 am: >I'll keep investigating. In the meantime, if anyone has any hints as > to why the exporter's behavior would be tied to the environment, feel > free to suggest things. I've been running this from a system call in

Re: "lyx -e" under mod_perl or other non-interactive environments

2005-08-12 Thread Eric Wilhelm
# from Georg Baum # on Monday 01 August 2005 12:30 am: >Please try 1.3.6. I vaguely remember that a bug was fixed related to > the -e switch somewhere around 1.3.4. I guess that wasn't this one. I still have exactly the same behavior. I'll keep investigating. In the meantime, if anyone has any

Re: "lyx -e" under mod_perl or other non-interactive environments

2005-07-31 Thread Eric Wilhelm
# from Jean-Marc Lasgouttes # on Sunday 31 July 2005 02:40 pm: >Eric>   system(qw(lyx -e pdf foo.lyx)); > >Is there any interesting outout on stderr? You may want to add "-dbg >any" to see more info. I don't know if it's "interesting", but here is what ends up happening last before it choked. F

"lyx -e" under mod_perl or other non-interactive environments

2005-07-31 Thread Eric Wilhelm
Hi all, Please forgive (and kindly correct) me if this is a bug that has been reported, known, or fixed. I'm running 1.3.4 on debian sarge and am just gearing-up to dig into the CVS head. I had the brilliant idea to automagically update articles on my website by installing a mason "dhandler"