lmi
[Top][All Lists]
Advanced

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

Re: [lmi] wx_test: output strings truncated to one character


From: Greg Chicares
Subject: Re: [lmi] wx_test: output strings truncated to one character
Date: Wed, 10 Feb 2016 12:57:05 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0

On 02/10/2016 12:09 PM, Greg Chicares wrote:
> On 02/10/2016 12:51 AM, Vadim Zeitlin wrote:
> [...]
>>  If this happens during the application shutdown, it could well be the same
>> bug with using the already destroyed global objects that I've just fixed.
>> Otherwise I really have no idea :-( Could you please rebuild wxWidgets with
>> --enable-debug and just drop the debug DLL in place of the one currently
>> being used (and not containing the debug symbols)?

[...failed with PCH...]

> My hypothesis is that this compiler can generate a zero-byte PCH file
> that causes compilation to fail with no diagnostic. I'll try rebuilding
> without PCH.

I modified 'install_wx.make':

+  --disable-precomp-headers \

...
+  --enable-debug \


and did
  /lmi/src/lmi[0]$time make --jobs=6 -f install_wx.make >../log 2>&1
which replaces the old wx DLL with the new "debug" one, and now the
GUI test runs to completion--no crash, but no wx "debug" diagnostics:

/opt/lmi/bin[0]$./wx_test.exe --ash_nazg --data_path=/opt/lmi/data
NOTE: starting the test suite
a: started
About dialog version string is "2".
time=10ms (for a)
a: ok
b: started
time=0ms (for b)
b: ok
c: started
time=1637ms (for c)
c: ok
c: started
c: skipped (n)
c: started
time=17ms (for c)
c: ok
c: started
time=375ms (for c)
c: ok
c: started
time=109ms (for c)
c: ok
c: started
time=344ms (for c)
c: ok
c: started
time=75ms (for c)
c: ok
c: started
time=79ms (for c)
c: ok
c: started
time=151ms (for c)
c: ok
c: started
time=186ms (for c)
c: ok
c: started
time=11ms (for c)
c: ok
d: started
d: skipped (n)
d: started
d: skipped (n)
e: started
Expiry dates: begin=2, end=2
time=0ms (for e)
e: ok
i: started
time=3520ms (for i)
i: ok
i: started
i: skipped (n)
l: started
time=0ms (for l)
l: ok
p: started
time=127ms (for p)
p: ok
p: started
time=246ms (for p)
p: ok
p: started
time=151ms (for p)
p: ok
v: started
time=268ms (for v)
v: ok
v: started
time=74ms (for v)
v: ok
v: started
time=10ms (for v)
v: ok
time=7399ms (for all tests)
SUCCESS: 21 tests successfully completed.
NOTE: 4 skipped
/opt/lmi/bin[0]$




reply via email to

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