#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 19 years ago by jmpp@…
Component: | dports → base |
---|---|
Owner: | changed from darwinports-bugs@… to olegb@… |
comment:2 Changed 19 years ago by olegb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
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 19 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.
Assigning bug to Ole, as "upgrade" code author.
-jmpp