[porting-issues] [Issue 70005] Decline license - crash o n AMD64

2007-02-24 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70005


User pjanik changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Sat Feb 24 15:22:57 + 
2007 ---
Works OK now.


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



[porting-issues] [Issue 70005] Decline license - crash o n AMD64

2007-02-24 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70005


User pjanik changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sat Feb 24 15:23:11 + 
2007 ---
.

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



[porting-issues] [Issue 70005] Decline license - crash o n AMD64

2006-10-09 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70005





--- Additional comments from [EMAIL PROTECTED] Mon Oct  9 05:48:07 -0700 
2006 ---
decline license has no crash for me, though I use system-db not the internal
one. valgrind and FORCE_SYSALLOC might help isolate the problem with a
malloc/free looking bug of this kind

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



[porting-issues] [Issue 70005] Decline license - crash o n AMD64

2006-09-30 Thread pjanik
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)]
0x2b644bff94fb in malloc_consolidate () from /lib64/tls/libc.so.6
(gdb) where
#0  0x2b644bff94fb in malloc_consolidate () from /lib64/tls/libc.so.6
#1  0x2b644bffa1f1 in _int_malloc () from /lib64/tls/libc.so.6
#2  0x2b644bffb7cf in calloc () from /lib64/tls/libc.so.6
#3  0x2b644ab347b3 in __osl_createPipeImpl () at pipe.c:129
#4  0x2b644ab34904 in osl_psz_createPipe (
pszPipeName=0x2aace5b0
SingleOfficeIPC_86b83968f24843d6b679d361f2e4b762, Options=0,
Security=0x59ce00) at pipe.c:214
#5  0x2b644ab34bb1 in osl_createPipe (ustrPipeName=0x2f89c128, 
Options=0, Security=0x59ce00) at pipe.c:163
#6  0x2b644a73e8f9 in vos::OPipe::OPipe () from ./libvos3gcc3.so
#7  0x00430f47 in desktop::OfficeIPCThread::DisableOfficeIPCThread ()
at
/data/oo/BuildDir/ooo_SRC680_m186_src/desktop/source/app/officeipcthread.cxx:512
#8  0x0041d14a in desktop::Desktop::DeInit (this=0x7fe5d450)
at /data/oo/BuildDir/ooo_SRC680_m186_src/desktop/source/app/app.cxx:682
#9  0x2b644935b7f3 in DeInitVCL () from ./libvcl680lx.so
#10 0x2b644935c1ab in InitVCL () from ./libvcl680lx.so
#11 0x2b644935c2a5 in SVMain () from ./libvcl680lx.so
#12 0x0041b9fa 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 0x2b644bfac5aa in __libc_start_main () from /lib64/tls/libc.so.6
#14 0x0041b92a 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]