https://bugs.freedesktop.org/show_bug.cgi?id=73294

--- Comment #17 from Jim Avera <jim.av...@gmail.com> ---
I've got a cleaner valgrind run, and got the attached trace.  The main thing of
interest is:

Conditional jump or move depends on uninitialised value(s)
==12738==    at 0x158DEF48: ??? (in
/usr/lib/libreoffice/program/libvclplug_gtklo.so)


To reproduce: 
 1. Copy <instdir>/program/soffice to soffice_patched in the same directory.
 2. At line 107 or thereabouts, add --track-origins=yes --free-fill=DE to
    the valgrind command line, so it looks like this:

    VALGRINDCHECK="valgrind --tool=$VALGRIND --trace-children=yes
$valgrind_skip --num-callers=50 --error-limit=no --track-origins=yes
--free-fill=DE"

  3. Download the tickers.csv and t2.ods demo files from this bug
  4. <instdir>/program/soffice_patched --valgrind t2.ods >log 2>&1
  5. (patience...) Click the yellow button.   Repeat when everything stops.
     Hopefully it will segfault, but if not a valgrind error will be reported.

     If a pop-up says a copy/paste did not work, click 'Retry' (this occurs
when some Basic macro code thinks an operation it just performed had no effect
-- which might or might not be an LO bug, but in any case this does not usually
happen when not running under valgrind)

After a long while, look in the log file for valgrind errors

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to