[sw-issues] [Issue 77485] dbmgr.cxx: zero terminated varargs function throws SIGSEGV

2007-06-13 Thread jnavrati
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77485





--- Additional comments from [EMAIL PROTECTED] Wed Jun 13 10:24:11 + 
2007 ---
*** Issue 71750 has been marked as a duplicate of this issue. ***

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



[sw-issues] [Issue 77485] dbmgr.cxx: zero terminated varargs function throws SIGSEGV

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





--- Additional comments from [EMAIL PROTECTED] Wed Jun  6 09:33:43 + 
2007 ---
OK, everything is perfect then, thank you once more!

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



[sw-issues] [Issue 77485] dbmgr.cxx: zero terminated varargs function throws SIGSEGV

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





--- Additional comments from [EMAIL PROTECTED] Wed Jun  6 07:41:26 + 
2007 ---
oh, for reference, I went for 0L not (void*)0 or static_cast(0) because
the root of the hierarchy of this is sfx2 and 0L is used consistently there and
throughout the majority of OOo, so aligned the offending code with the most
consistent style.

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



[sw-issues] [Issue 77485] dbmgr.cxx: zero terminated varargs function throws SIGSEGV

2007-05-22 Thread kendy
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77485


User kendy changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Tue May 22 14:34:45 + 
2007 ---
caolan: My personal preference would be to use (void *) NULL, but 0L does as 
good job I guess, so - verified ;-)  Thank you!

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



[sw-issues] [Issue 77485] dbmgr.cxx: zero terminated varargs function throws SIGSEGV

2007-05-22 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77485


User cmc changed the following:

What|Old value |New value

 Assigned to|cmc   |kendy





--- Additional comments from [EMAIL PROTECTED] Tue May 22 13:57:35 + 
2007 ---
reassign for a quick look-see.

cmc->kendy: Can I get you to verify this. Looks straightforward to me, make a
few places in sw the same as everywhere else.

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



[sw-issues] [Issue 77485] dbmgr.cxx: zero terminated varargs function throws SIGSEGV

2007-05-22 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77485


User cmc changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Tue May 22 09:18:30 + 
2007 ---
Search for other by temporarily renaming the method, built OOo, checked the
missing ones. 

Only sw has some of the Execute( ..., 0), everyplace else has Execute( ..., 0L)
or Execute(..., NULL) so just a few places in sw to be modified.

Done in cmcfixes34.

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



[sw-issues] [Issue 77485] dbmgr.cxx: zero terminated varargs function throws SIGSEGV

2007-05-21 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77485





--- Additional comments from [EMAIL PROTECTED] Mon May 21 13:38:43 + 
2007 ---
better do this myself, I have a workspace open. I'll first have a scan for
problems in other uses of these ellipsed methods.

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



[sw-issues] [Issue 77485] dbmgr.cxx: zero terminated varargs function throws SIGSEGV

2007-05-18 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77485


User cmc changed the following:

What|Old value |New value

  CC|''|'kendy,pjanik'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |STARTED

Target milestone|---   |OOo 2.3





--- Additional comments from [EMAIL PROTECTED] Fri May 18 15:55:32 + 
2007 ---
Yeah, because a 0 is just an int and isn't promoted to a 64bit pointer on x86_64
in this case because the method signature has an ... eclipse and so when the
loop to look for a 0 pointer is run there is no long on the stack, just an int. 
ugh!

cmc->kendy, pjanik: if either of you wants to snarf this go ahead, otherwise
I'll pick it up next week. We may have more of this type of monstrosity floating
around.

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



[sw-issues] [Issue 77485] dbmgr.cxx: zero terminated varargs function throws SIGSEGV

2007-05-18 Thread jnavrati
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77485





--- Additional comments from [EMAIL PROTECTED] Fri May 18 15:42:35 + 
2007 ---
Created an attachment (id=45226)
patch replace zero by NULL


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



[sw-issues] [Issue 77485] dbmgr.cxx: zero terminated varargs function throws SIGSEGV

2007-05-18 Thread jnavrati
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77485
 Issue #|77485
 Summary|dbmgr.cxx: zero terminated varargs function throws SIG
|SEGV
   Component|Word processor
 Version|680m211
Platform|Opteron/x86_64
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|cmc
 Reported by|jnavrati





--- Additional comments from [EMAIL PROTECTED] Fri May 18 15:40:43 + 
2007 ---
Different promotion for 0 (zero) and NULL at the end of varargs function. Zero
throws SIGSEGV signal because it isn't considered to pointed to NULL.

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