To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79500
                 Issue #|79500
                 Summary|HelpLinker crash
               Component|tools
                 Version|680m219
                Platform|PC
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P1
            Subcomponent|code
             Assigned to|cmc
             Reported by|pjanik





------- Additional comments from [EMAIL PROTECTED] Wed Jul 11 19:26:00 +0000 
2007 -------
Hi,

I do build for many language and my build stopped in module helpcontent2, 
because HelpLinekr 
crashed for language km.

My tree contains this GSI file merged in:

http://ftp.linux.cz/pub/localization/OpenOffice.org/devel/build/Files/SRC680/GSI_km.sdf.bz2

I now have a file, that contains 910 input files and helplinker:

[EMAIL PROTECTED]:~/BuildDir/ooo_SRC680_m220_src/helpcontent2/util/swriter> 
HelpLinker @/tmp/qqq
Making 
/disk2/pavel/BuildDir/ooo_SRC680_m220_src/helpcontent2/unxlngi6.pro/bin/swriter_km.zip
 
from 910 input files
................................................................................................................................................................
................................................................................................................................................................
................................................................................................................................................................
................................................................................................................................................................
................................................................................................................................................................
............................................................................................................Segmentation
 fault
[EMAIL PROTECTED]:~/BuildDir/ooo_SRC680_m220_src/helpcontent2/util/swriter> 

Running HelpLinker with the temp file containing only one file in one go was OK 
for them all:

[EMAIL PROTECTED]:~/BuildDir/ooo_SRC680_m220_src/helpcontent2/util/swriter> for 
i in `cat /tmp/qqq.list`; 
do cat /tmp/qqq.header >/tmp/runme; echo $i >>/tmp/runme; cat /tmp/qqq.footer 
>>/tmp/runme; 
HelpLinker @/tmp/runme 2>&1 | grep done >/dev/null|| echo $i; done
[EMAIL PROTECTED]:~/BuildDir/ooo_SRC680_m220_src/helpcontent2/util/swriter> 

GDB:

[EMAIL PROTECTED]:~/BuildDir/ooo_SRC680_m220_src/helpcontent2/util/swriter> gdb 
HelpLinker 
GNU gdb 5.3.92
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i586-suse-linux"...
(gdb) run @/tmp/qqq
Starting program: 
/disk2/pavel/BuildDir/ooo_SRC680_m220_src/solver/680/unxlngi6.pro/bin/
HelpLinker @/tmp/qqq
setenv: Too many arguments.
[New Thread 16384 (LWP 7144)]
[New Thread 32769 (LWP 7168)]
[New Thread 16386 (LWP 7169)]
Making 
/disk2/pavel/BuildDir/ooo_SRC680_m220_src/helpcontent2/unxlngi6.pro/bin/swriter_km.zip
 
from 909 input files
................................................................................................................................................................
................................................................................................................................................................
................................................................................................................................................................
................................................................................................................................................................
................................................................................................................................................................
............................................................................................................
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 7144)]
0x08066cd0 in FullBtreeDict::insert(FullDictBlock&, boost::shared_ptr<Entry>) 
(this=0x41708008, 
[EMAIL PROTECTED], ent=
        {px = 0x416f8068, pn = {pi_ = 0x41712040}}) at 
/disk2/pavel/BuildDir/ooo_SRC680_m220_src/
xmlhelp/source/com/sun/star/help/HelpLinker.cxx:1519
1519        if (bl._isLeaf)
(gdb) where
#0  0x08066cd0 in FullBtreeDict::insert(FullDictBlock&, 
boost::shared_ptr<Entry>) (this=0x41708008, 
[EMAIL PROTECTED], ent=
        {px = 0x416f8068, pn = {pi_ = 0x41712040}}) at 
/disk2/pavel/BuildDir/ooo_SRC680_m220_src/
xmlhelp/source/com/sun/star/help/HelpLinker.cxx:1519
#1  0x08066df0 in FullBtreeDict::insert(FullDictBlock&, 
boost::shared_ptr<Entry>) (this=0x41708008, 
[EMAIL PROTECTED], ent=
        {px = 0x416f8068, pn = {pi_ = 0x41712040}}) at 
/disk2/pavel/BuildDir/ooo_SRC680_m220_src/
xmlhelp/source/com/sun/star/help/HelpLinker.cxx:1526
#2  0x08066df0 in FullBtreeDict::insert(FullDictBlock&, 
boost::shared_ptr<Entry>) (this=0x41708008, 
[EMAIL PROTECTED], ent=
        {px = 0x416f8068, pn = {pi_ = 0x41712040}}) at 
/disk2/pavel/BuildDir/ooo_SRC680_m220_src/
xmlhelp/source/com/sun/star/help/HelpLinker.cxx:1526
#3  0x080670c1 in FullBtreeDict::store(_STL::basic_string<char, 
_STL::char_traits<char>, 
_STL::allocator<char> > const&, int) (this=0x41708008, 
    [EMAIL PROTECTED], id=19154) at 
/disk2/pavel/BuildDir/ooo_SRC680_m220_src/xmlhelp/source/
com/sun/star/help/HelpLinker.cxx:1553
#4  0x080684f6 in Index::intern(_STL::basic_string<char, 
_STL::char_traits<char>, 
_STL::allocator<char> > const&) (this=0x416f3388, [EMAIL PROTECTED])
    at 
/disk2/pavel/BuildDir/ooo_SRC680_m220_src/xmlhelp/source/com/sun/star/help/
HelpLinker.cxx:2244
#5  0x08077f58 in IndexAdapter::intern(_STL::basic_string<char, 
_STL::char_traits<char>, 
_STL::allocator<char> > const&) (this=0x41716010, 
    [EMAIL PROTECTED]) at 
/disk2/pavel/BuildDir/ooo_SRC680_m220_src/xmlhelp/source/com/sun/
star/help/HelpLinker.cxx:3543
#6  0x0806cc5c in IndexAdapter::storeLocation(_STL::basic_string<char, 
_STL::char_traits<char>, 
_STL::allocator<char> > const&, int) (this=0x41716010, 
    [EMAIL PROTECTED], number=6) at 
/disk2/pavel/BuildDir/ooo_SRC680_m220_src/xmlhelp/source/
com/sun/star/help/HelpLinker.cxx:3565
#7  0x08077f9b in IndexAdapter::storeLocation(_STL::basic_string<char, 
_STL::char_traits<char>, 
_STL::allocator<char> > const&) (this=0x41716010, 
    [EMAIL PROTECTED]) at 
/disk2/pavel/BuildDir/ooo_SRC680_m220_src/xmlhelp/source/com/sun/
star/help/HelpLinker.cxx:3508

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to