Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#7011 closed defect (fixed)

vm_allocate error upgrading

Reported by: mstevens@… Owned by: olegb@…
Priority: Normal Milestone:
Component: base Version: 1.0
Keywords: Cc:
Port:

Description

mstevens@Michael-Stevens-Computer:~

sudo port selfupdate

Password: DarwinPorts base version 1.200 installed Downloaded DarwinPorts base version 1.200 The DarwinPorts installation is not outdated and so was not updated selfupdate done! mstevens@Michael-Stevens-Computer:~

sudo port -a upgrade

tclsh(383,0xa000ed68) malloc: * vm_allocate(size=1036288) failed (error code=3) tclsh(383,0xa000ed68) malloc: * error: can't allocate region tclsh(383,0xa000ed68) malloc: * set a breakpoint in szone_error to debug unable to realloc 1036268 bytes Abort trap

Change History (3)

comment:1 Changed 18 years ago by jmpp@…

Component: dportsbase
Owner: changed from darwinports-bugs@… to olegb@…

Assigning bug to Ole, as "upgrade" code author.

-jmpp

comment:2 Changed 18 years ago by olegb@…

Resolution: fixed
Status: newclosed

this is due to the amounts of resources that upgrading all takes.

  • there are allready optimizations in head (not release yet).
  • you shoud try to do a "port upgrade outdated" insted.
  • or just update a few ports at the time.

comment:3 Changed 18 years ago by mstevens@…

I tried with 'port upgrade outdated' and didn't see a memory related error.

Note: See TracTickets for help on using tickets.