[framework-issues] [Issue 68367] Valgrind ID:60, Invalid r ead of size 1

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


User mav changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Tue Jan  2 02:38:06 -0800 
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]



[framework-issues] [Issue 68367] Valgrind ID:60, Invalid r ead of size 1

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


User mav changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Wed Dec  6 00:30:51 -0800 
2006 ---
Unfortunately there seems to be no known way to reproduce the problem 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]



[framework-issues] [Issue 68367] Valgrind ID:60, Invalid r ead of size 1

2006-11-28 Thread mav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68367


User mav changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Tue Nov 28 01:51:13 -0800 
2006 ---
I could not reproduce the problem using the mentioned testcases, but
theoretically it is possible that the array is cleaned at this time. I have
introduced the check of the array consistency at this point, so it should work
well 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]



[framework-issues] [Issue 68367] Valgrind ID:60, Invalid r ead of size 1

2006-11-28 Thread mav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68367


User mav changed the following:

What|Old value |New value

Target milestone|OOo 2.x   |OOo 2.2





--- Additional comments from [EMAIL PROTECTED] Tue Nov 28 01:51:45 -0800 
2006 ---
Adjusting the target.

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



[framework-issues] [Issue 68367] Valgrind ID:60, Invalid r ead of size 1

2006-11-03 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68367





--- Additional comments from [EMAIL PROTECTED] Fri Nov  3 07:28:49 -0800 
2006 ---
In sfx2/source/appl/lnksrc.cxx:

void SvLinkSource::NotifyDataChanged()
{
if( pImpl-nTimeout )
StartTimer( pImpl-pTimer, this, pImpl-nTimeout ); // Timeout neu
else
{
SvLinkSource_EntryIter_Impl aIter( pImpl-aArr );
for( SvLinkSource_Entry_ImplPtr p = aIter.Curr(); p; p = aIter.Next() )
if( p-bIsDataSink )
{
Any aVal;
if( ( p-nAdviseModes  ADVISEMODE_NODATA ) ||
GetData( aVal, p-aDataMimeType, TRUE ) )
{
// the next call destroys this !
p-xSink-DataChanged( p-aDataMimeType, aVal );

// p now is invalid - accessing freed memory
if( p-nAdviseModes  ADVISEMODE_ONLYONCE )


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



[framework-issues] [Issue 68367] Valgrind ID:60, Invalid r ead of size 1

2006-08-10 Thread mav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68367
 Issue #|68367
 Summary|Valgrind ID:60,  Invalid read of size 1
   Component|framework
 Version|680m176
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|mav
 Reported by|mav





--- Additional comments from [EMAIL PROTECTED] Thu Aug 10 07:37:20 -0700 
2006 ---
This task has been generated by valgrind checks.

Source code candidates:
sfx2/source/appl/linksrc.cxx
so3/source/solink/linksrc.cxx

ErrorType:   Invalid read
ErrorText:   Invalid read of size 1

Stack:
sfx2::SvLinkSource::NotifyDataChanged() linksrc.cxx:283 0x9C19C47
SwServerObject::SendDataChanged(SwPaM const) swserv.cxx:243 0xB237F7D
SwDataChanged::~SwDataChanged() swserv.cxx:374 0xB2383C6
SwDoc::Delete(SwPaM) docedt.cxx:1723 0xB1F2E77
SwDoc::DeleteAndJoin(SwPaM) docedt.cxx:1669 0xB1F47D6
SwEditShell::DeleteSel(SwPaM, unsigned char*) viewsh.hxx:281 0xB014287
SwEditShell::Delete() eddel.cxx:165 0xB0143A2
SwWrtShell::DelRight(unsigned char) delete.cxx:256 0xB67B68B
SwTransferable::PrivatePaste(SwWrtShell) swdtflvr.cxx:3381 0xB559791
SwTransferable::PasteData(TransferableDataHelper, SwWrtShell, unsigned 
short, unsigned long, unsigned short, unsigned char, unsigned char, Point 
const*, signed char, unsigned char) swdtflvr.cxx:1414 0xB55F95B
SwTransferable::Paste(SwWrtShell, TransferableDataHelper) 
swdtflvr.cxx:1318 0xB560448
SwBaseShell::ExecClpbrd(SfxRequest) basesh.cxx:513 0xB5A39B1
  
Address allocation Stack:
ADDR:  Address 0x94A6348 is 8 bytes inside a block of size 12 free'd
free vg_replace_malloc.c:233 0x401D097
rtl_freeMemory alloc_global.c:318 0x40208CE
NO_SYMBOL() soffice.bin 0x807FFAE
operator delete(void*) soffice.bin 0x807FFD9
sfx2::SvLinkSource_Array_Impl::DeleteAndDestroy(unsigned short, unsigned 
short) linksrc.cxx:114 0x9C193C8
sfx2::SvLinkSource::SendDataChanged() linksrc.cxx:253 0x9C19A68
SwBookmark::~SwBookmark() bookmrk.cxx:102 0xB0254C9
SwDoc::DelBookmark(unsigned short) docbm.cxx:213 0xB1E0E90
SwDoc::DelBookmark(String const) docbm.cxx:220 0xB1E0F19
SwTrnsfrDdeLink::Disconnect(unsigned char) swdtflvr.cxx:3899 0xB55B355
SwTrnsfrDdeLink::DataChanged(String const, com::sun::star::uno::Any 
const) swdtflvr.cxx:3824 0xB55C343
sfx2::SvLinkSource::NotifyDataChanged() lnkbase.hxx:178 0x9C19C40
  
TESTS: extras_autotext topten w_autotext w_redlining w_sorting w_spellcheck

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