Bugzilla – Attachment 49305 Details for
Bug 38424
Documents cause LibreOffice to *crash* on close
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
valgrind output
valgrind_output.txt (text/plain), 4.09 KB, created by
Jean-Baptiste Faure
on 2011-07-19 11:03:29 UTC
(
hide
)
Description:
valgrind output
Filename:
MIME Type:
Creator:
Jean-Baptiste Faure
Created:
2011-07-19 11:03:29 UTC
Size:
4.09 KB
patch
obsolete
>jbf@tux-laptop:~/LibO/code/install/program$ valgrind --version >valgrind-3.6.0.SVN-Debian >jbf@tux-laptop:~/LibO/code/install/program$ valgrind ./soffice.bin -env:UserInstallation=${MY_CONF} ~/Bureau/AsiaBSDCon2011.odt ==21195== Memcheck, a memory error detector >==21195== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al. >==21195== Using Valgrind-3.6.0.SVN-Debian and LibVEX; rerun with -h for copyright info >==21195== Command: ./soffice.bin -env:UserInstallation=file:///home/jbf/.libreoffice/35/ /home/jbf/Bureau/AsiaBSDCon2011.odt >==21195== >LibreOffice: Using system memory allocator. >LibreOffice: This is for debugging only. To disable, >LibreOffice: unset the environment variable G_SLICE. >==21195== Invalid read of size 1 >==21195== at 0x21F61404: SwFtnBossFrm::_NeighbourhoodAdjustment(SwFrm const*) const (layfrm.hxx:198) >==21195== by 0x21FC17E6: SwLayoutFrm::Cut() (ftnboss.hxx:126) >==21195== by 0x21F62716: SwFtnFrm::Cut() (ftnfrm.cxx:610) >==21195== by 0x22074132: SwTxtFtn::DelFrms(SwFrm const*) (atrftn.cxx:493) >==21195== by 0x21FA35D7: SwCntntFrm::~SwCntntFrm() (ssfrm.cxx:491) >==21195== by 0x2204FBB7: SwTxtFrm::~SwTxtFrm() (txtfrm.cxx:408) >==21195== by 0x21FA2F06: SwLayoutFrm::~SwLayoutFrm() (ssfrm.cxx:604) >==21195== by 0x21F7F3ED: SwBodyFrm::~SwBodyFrm() (bodyfrm.hxx:37) >==21195== by 0x21FA2F06: SwLayoutFrm::~SwLayoutFrm() (ssfrm.cxx:604) >==21195== by 0x21F3A072: SwColumnFrm::~SwColumnFrm() (ftnboss.hxx:57) >==21195== by 0x21FA2F06: SwLayoutFrm::~SwLayoutFrm() (ssfrm.cxx:604) >==21195== by 0x21F7F3ED: SwBodyFrm::~SwBodyFrm() (bodyfrm.hxx:37) >==21195== Address 0xb2 is not stack'd, malloc'd or (recently) free'd >==21195== >==21195== >==21195== Process terminating with default action of signal 11 (SIGSEGV): dumping core >==21195== Access not within mapped region at address 0xB2 >==21195== at 0x21F61404: SwFtnBossFrm::_NeighbourhoodAdjustment(SwFrm const*) const (layfrm.hxx:198) >==21195== by 0x21FC17E6: SwLayoutFrm::Cut() (ftnboss.hxx:126) >==21195== by 0x21F62716: SwFtnFrm::Cut() (ftnfrm.cxx:610) >==21195== by 0x22074132: SwTxtFtn::DelFrms(SwFrm const*) (atrftn.cxx:493) >==21195== by 0x21FA35D7: SwCntntFrm::~SwCntntFrm() (ssfrm.cxx:491) >==21195== by 0x2204FBB7: SwTxtFrm::~SwTxtFrm() (txtfrm.cxx:408) >==21195== by 0x21FA2F06: SwLayoutFrm::~SwLayoutFrm() (ssfrm.cxx:604) >==21195== by 0x21F7F3ED: SwBodyFrm::~SwBodyFrm() (bodyfrm.hxx:37) >==21195== by 0x21FA2F06: SwLayoutFrm::~SwLayoutFrm() (ssfrm.cxx:604) >==21195== by 0x21F3A072: SwColumnFrm::~SwColumnFrm() (ftnboss.hxx:57) >==21195== by 0x21FA2F06: SwLayoutFrm::~SwLayoutFrm() (ssfrm.cxx:604) >==21195== by 0x21F7F3ED: SwBodyFrm::~SwBodyFrm() (bodyfrm.hxx:37) >==21195== If you believe this happened as a result of a stack >==21195== overflow in your program's main thread (unlikely but >==21195== possible), you can try to increase the size of the >==21195== main thread stack using the --main-stacksize= flag. >==21195== The main thread stack size used in this run was 8388608. >==21195== Thread 4: >==21195== Invalid free() / delete / delete[] >==21195== at 0x4C270BD: free (vg_replace_malloc.c:366) >==21195== by 0x612C6CA: ??? (in /lib/libc-2.11.1.so) >==21195== by 0x612C261: ??? (in /lib/libc-2.11.1.so) >==21195== by 0x4A226AB: _vgnU_freeres (vg_preloaded.c:62) >==21195== Address 0x4058b90 is not stack'd, malloc'd or (recently) free'd >==21195== >==21195== >==21195== HEAP SUMMARY: >==21195== in use at exit: 22,056,401 bytes in 287,049 blocks >==21195== total heap usage: 1,476,847 allocs, 1,189,801 frees, 211,567,962 bytes allocated >==21195== >==21195== LEAK SUMMARY: >==21195== definitely lost: 72,060 bytes in 70 blocks >==21195== indirectly lost: 32,872 bytes in 1,009 blocks >==21195== possibly lost: 7,364,157 bytes in 62,926 blocks >==21195== still reachable: 14,587,312 bytes in 223,044 blocks >==21195== suppressed: 0 bytes in 0 blocks >==21195== Rerun with --leak-check=full to see details of leaked memory >==21195== >==21195== For counts of detected and suppressed errors, rerun with: -v >==21195== ERROR SUMMARY: 4 errors from 2 contexts (suppressed: 37 from 13) >Processus arrêté >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 38424
:
48121
|
49304
| 49305