To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70005
                 Issue #|70005
                 Summary|Decline license -> crash on AMD64
               Component|porting
                 Version|680m185
                Platform|Opteron/x86_64
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|pjanik
             Reported by|pjanik





------- Additional comments from [EMAIL PROTECTED] Sat Sep 30 07:40:28 -0700 
2006 -------
Hi,

I do have this crash in m186 (and some earlier versions as well) and also in
OOD680_m5:

(gdb) run
Starting program: /data/oo/SRC680_m186-cs/program/soffice.bin 
[Thread debugging using libthread_db enabled]
[New Thread 47709794487264 (LWP 19447)]
[New Thread 1075841376 (LWP 19463)]
[New Thread 1077942624 (LWP 19464)]
[New Thread 1080043872 (LWP 19465)]
[New Thread 1082145120 (LWP 19466)]
[Thread 1082145120 (LWP 19466) exited]
[New Thread 1082145120 (LWP 19472)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 47709794487264 (LWP 19447)]
0x00002b644bff94fb in malloc_consolidate () from /lib64/tls/libc.so.6
(gdb) where
#0  0x00002b644bff94fb in malloc_consolidate () from /lib64/tls/libc.so.6
#1  0x00002b644bffa1f1 in _int_malloc () from /lib64/tls/libc.so.6
#2  0x00002b644bffb7cf in calloc () from /lib64/tls/libc.so.6
#3  0x00002b644ab347b3 in __osl_createPipeImpl () at pipe.c:129
#4  0x00002b644ab34904 in osl_psz_createPipe (
    pszPipeName=0x2aaaaaace5b0
"SingleOfficeIPC_86b83968f24843d6b679d361f2e4b762", Options=0,
Security=0x59ce00) at pipe.c:214
#5  0x00002b644ab34bb1 in osl_createPipe (ustrPipeName=0x2aaaaf89c128, 
    Options=0, Security=0x59ce00) at pipe.c:163
#6  0x00002b644a73e8f9 in vos::OPipe::OPipe () from ./libvos3gcc3.so
#7  0x0000000000430f47 in desktop::OfficeIPCThread::DisableOfficeIPCThread ()
    at
/data/oo/BuildDir/ooo_SRC680_m186_src/desktop/source/app/officeipcthread.cxx:512
#8  0x000000000041d14a in desktop::Desktop::DeInit (this=0x7fffffe5d450)
    at /data/oo/BuildDir/ooo_SRC680_m186_src/desktop/source/app/app.cxx:682
#9  0x00002b644935b7f3 in DeInitVCL () from ./libvcl680lx.so
#10 0x00002b644935c1ab in InitVCL () from ./libvcl680lx.so
#11 0x00002b644935c2a5 in SVMain () from ./libvcl680lx.so
#12 0x000000000041b9fa in sal_main (argc=<value optimized out>, 
    argv=<value optimized out>)
    at /data/oo/BuildDir/ooo_SRC680_m186_src/desktop/source/app/main.cxx:80
#13 0x00002b644bfac5aa in __libc_start_main () from /lib64/tls/libc.so.6
#14 0x000000000041b92a in _start () at start.S:113
---Type <return> to continue, or q <return> to quit---

pipe.c line 129 is:

        pPipeImpl = (oslPipe)calloc(1, sizeof(struct oslPipeImpl));

So the call is calloc (1, 4112);

Do you have any idea?

---------------------------------------------------------------------
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