Re: #7920: Memory consumption searching several lyx-files

2012-01-09 Thread Jean-Marc Lasgouttes
Le 08/01/12 01:00, José Matos a écrit : While we are at it, do you know whether fedora ships build of boost compiled with _GLIBCXX_DEBUG defined? This is what is needed to be compatible with stdlib-debug. Where can I find this? In the include files? Looking into the spec file (that generates t

Re: #7920: Memory consumption searching several lyx-files

2012-01-07 Thread José Matos
On 12/05/2011 07:38 AM, Jean-Marc Lasgouttes wrote: > > No, stdlib-debug is only true for development releases. > > While we are at it, do you know whether fedora ships build of boost > compiled with _GLIBCXX_DEBUG defined? This is what is needed to be > compatible with stdlib-debug. > > JMarc Wh

Re: #7920: Memory consumption searching several lyx-files

2011-12-04 Thread Jean-Marc Lasgouttes
Le 05/12/11 01:46, José Matos a écrit : On 12/04/2011 09:31 PM, Jean-Marc Lasgouttes wrote: You have to compile with --disable-stdlib-debug when using without-included-boost. JMarc Is this needed also for stable releases? No, stdlib-debug is only true for development releases. While we are

Re: #7920: Memory consumption searching several lyx-files

2011-12-04 Thread José Matos
On 12/04/2011 09:31 PM, Jean-Marc Lasgouttes wrote: > You have to compile with --disable-stdlib-debug when using > without-included-boost. > > JMarc Is this needed also for stable releases? Case in point, usually for Fedora we compile lyx using the system-wide boost. Most of the version compiled

Re: #7920: Memory consumption searching several lyx-files

2011-12-04 Thread Jean-Marc Lasgouttes
Le 04/12/2011 20:43, Stefan Endres a écrit : Ok, I can reproduce the bug now even if i compile lyx from source. I looked in the OpenSuse Buildservice. OBS uses --without-included-boost. With this option, I can reproduce the bug with 2.0.2 from svn. Branch 2_0_x doesn't run: "terminate called a

Re: #7920: Memory consumption searching several lyx-files

2011-12-04 Thread Stefan Endres
Ok, I can reproduce the bug now even if i compile lyx from source. I looked in the OpenSuse Buildservice. OBS uses --without-included-boost. With this option, I can reproduce the bug with 2.0.2 from svn. Branch 2_0_x doesn't run: "terminate called after throwing an instance of 'std::bad_alloc

Re: #7920: Memory consumption searching several lyx-files

2011-12-04 Thread Stefan Endres
> So, if I understand well, this means that the problem only shows up in > the distributed binary version 2.0.1, but not on the re-compiled trunk. Yes, but I think, this is not meaningful because I can't find any shared libboost used by lyx when I open my task manager. I assume that lyx is still

Re: #7920: Memory consumption searching several lyx-files

2011-12-04 Thread Tommaso Cucinotta
Il 04/12/2011 16:26, Stefan Endres ha scritto: Ok, I checked it out twice and configured it with ./configure '--disable-debug' '--disable-stdlib-debug' '--with-included-boost' and ./configure '--disable-debug' '--disable-stdlib-debug' There is no memory leak in both configurations. I found

Re: #7920: Memory consumption searching several lyx-files

2011-12-04 Thread Tommaso Cucinotta
Il 04/12/2011 10:46, Stefan Endres ha scritto: I hope I right answering by mail. Just put all the time lyx-devel in cc, this may be useful for other developers as well (or there might be just someone else who knows what the problem is). I'm using OpenSuSE 12.1 with libboost-regex 1.46.1-

Re: #7920: Memory consumption searching several lyx-files

2011-12-03 Thread Tommaso Cucinotta
Il 02/12/2011 18:14, LyX Ticket Tracker ha scritto: #7920: Memory consumption searching several lyx-files --+- Reporter: stendres | Owner: tommaso Type: defect| Status: new Priority: normal