[sw-issues] [Issue 85365] valgrind: uninitialized va lue in spellchecking

2008-08-05 Thread mod
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85365


User mod changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Tue Aug  5 23:30:11 + 
2008 ---
closing, seen in dev snapshot

-
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 85365] valgrind: uninitialized va lue in spellchecking

2008-04-16 Thread ama
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85365





--- Additional comments from [EMAIL PROTECTED] Wed Apr 16 11:05:08 + 
2008 ---
*** Issue 88120 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 85365] valgrind: uninitialized va lue in spellchecking

2008-02-26 Thread ama
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85365


User ama changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Tue Feb 26 09:54:40 + 
2008 ---
Checked in CWS sw8u10bf05

-
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 85365] valgrind: uninitialized va lue in spellchecking

2008-01-23 Thread ama
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85365


User ama changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED

Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Wed Jan 23 15:51:37 + 
2008 ---
Fixed in CWS sw8u10bf05
SwSpellDialogChildWindow.cxx

-
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 85365] valgrind: uninitialized va lue in spellchecking

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


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |50969)
patch to fix






--- Additional comments from [EMAIL PROTECTED] Fri Jan 18 14:14:13 + 
2008 ---
Created an attachment (id=50969)
patch to fix


-
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 85365] valgrind: uninitialized va lue in spellchecking

2008-01-18 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85365
 Issue #|85365
 Summary|valgrind: uninitialized value in spellchecking
   Component|Word processor
 Version|680m241
Platform|All
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|ama
 Reported by|cmc





--- Additional comments from [EMAIL PROTECTED] Fri Jan 18 14:13:44 + 
2008 ---
patch attached for...

==1086== Conditional jump or move depends on uninitialised value(s)
==1086==at 0x19D20C59: SwSpellDialogChildWindow::GetFocus()
(SwSpellDialogChildWindow.cxx:513)
==1086==by 0x23ED84DA: svx::SpellDialog::Notify(NotifyEvent&)
(SpellDialog.cxx:918)
==1086==by 0x4EA87A7: Window::Notify(NotifyEvent&) (window.cxx:5346)
==1086==by 0x4EA8446: Window::GetFocus() (window.cxx:4920)
==1086==by 0x4EBE274: PushButton::GetFocus() (button.cxx:1744)
==1086==by 0x4EA8190: Window::ImplGrabFocus(unsigned short) 
(window.cxx:4233)
==1086==by 0x4EB440B: Window::ImplAsyncFocusHdl(void*) (winproc.cxx:1799)
==1086==by 0x4EB7AB7: ImplWindowFrameProc(Window*, SalFrame*, unsigned
short, void const*) (link.hxx:158)
==1086==by 0xD83420E: SalDisplay::DispatchInternalEvent() (salframe.hxx:304)
==1086==by 0xD179738: GtkXLib::userEventFn(void*) (gtkdata.cxx:715)
==1086==by 0x3E72C35112: g_main_context_dispatch (in
/lib64/libglib-2.0.so.0.1502.0)
==1086==by 0x3E72C38424: (within /lib64/libglib-2.0.so.0.1502.0)

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