Issue 79418 - to-be-SRC680_m220: crashes on first attempt to online update check
Summary: to-be-SRC680_m220: crashes on first attempt to online update check
Status: CLOSED DUPLICATE of issue 79223
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: 680m219
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: nospam4obr
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-09 21:48 UTC by pavel
Modified: 2007-07-10 07:35 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2007-07-09 21:48:14 UTC
Hi,

in the current SRC680_m220, I always receive almost immediate (~10s) crash from online update:

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00000000
[Switching to process 12461 thread 0x5503]
checkForUpdates (o_rUpdateInfo=@0xb0284e00, rxContext=@0x1b6aae30, 
rxInteractionHandler=@0xb0284e28, rUpdateInfoProvider=@0xb0284e24) at /Volumes/Build/pavel/
AQUA/BuildDir/ooo_SRC680_m220_src/extensions/source/update/check/updateprotocol.cxx:159
159             while( aUpdateInfoEnumeration->hasMoreElements() )

(gdb) print aUpdateInfoEnumeration
$1 = {
  <com::sun::star::uno::BaseReference> = {
    _pInterface = 0x0
  }, <No data fields>}
(gdb) 

The update feed is surely corrupted now: http://ftp.linux.cz/pub/localization/OpenOffice.org/devel/
680/update.php

But anyway, OOo should not crahs on such corrupted feed!

Easy workaround: disable online updates.

But I need them enabled so people can test their translations...
Comment 1 pavel 2007-07-09 22:06:47 UTC
Dirk pointed me (on #ooo_macport, BTW! It was a surprise to me ;-) to updchk07 and it fixed it.

Oliver, can you please mark this as a dupe to the bug that fixed it?
Comment 2 nospam4obr 2007-07-10 06:42:23 UTC
Sure :-).

*** This issue has been marked as a duplicate of 79223 ***
Comment 3 Olaf Felka 2007-07-10 07:35:45 UTC
closing