search for: szone_error

Displaying 13 results from an estimated 13 matches for "szone_error".

2006 Aug 04
1
incorrect checksum for freed object?
...but always "incorrect checksum for freed object". This started when I migrated to 0.9.4 from 0.3.2 Thoughts? Thanks, Shad ---- ruby(1895,0xa000ed98) malloc: *** error for object 0x266b1f0: incorrect checksum for freed object - object was probably modified after being freed, break at szone_error to debug ruby(1895,0xa000ed98) malloc: *** set a breakpoint in szone_error to debug ruby(1895,0xa000ed98) malloc: *** error for object 0x266ace0: incorrect checksum for freed object - object was probably modified after being freed, break at szone_error to debug ruby(1895,0xa000ed98) malloc: *** set...
2006 Jun 06
1
Ampersand Crashes Ruby
...l Object.find_by_contents("A & B"), Ruby dies with the following message: ^Cruby(5014,0xa000cf60) malloc: *** vm_allocate(size=1069056) failed (error code=3) ruby(5014,0xa000cf60) malloc: *** error: can''t allocate region ruby(5014,0xa000cf60) malloc: *** set a breakpoint in szone_error to debug ruby(5014,0xa000cf60) malloc: *** vm_allocate(size=1069056) failed (error code=3) ruby(5014,0xa000cf60) malloc: *** error: can''t allocate region ruby(5014,0xa000cf60) malloc: *** set a breakpoint in szone_error to debug ruby(5014,0xa000cf60) malloc: *** vm_allocate(size=1069056...
2006 Apr 18
1
NoMemoryError
...ib/ active_record/connection_adapters/openbase_adapter.rb:222:in `select'' The development WEBrick spits this out occasionally: ruby(3306,0xa000ed98) malloc: *** error for object 0x219ab00: pointer being reallocated was not allocated ruby(3306,0xa000ed98) malloc: *** set a breakpoint in szone_error to debug ruby(3306,0xa000ed98) malloc: *** error for object 0x219ab00: pointer being reallocated was not allocated ruby(3306,0xa000ed98) malloc: *** set a breakpoint in szone_error to debug /usr/local/lib/ruby/1.8/yaml.rb:380: [BUG] Bus Error ruby 1.8.4 (2005-12-24) [powerpc-darwin8.4.0] Are...
2005 Nov 13
1
Memory allocation (PR#8304)
...0,rand=124) We're doing 319770 complete permutations Error: cannot allocate vector of size 575586 Kb R(572,0xa000ed68) malloc: *** vm_allocate(size=589402112) failed (error code=3) R(572,0xa000ed68) malloc: *** error: can't allocate region R(572,0xa000ed68) malloc: *** set a breakpoint in szone_error to debug R(572,0xa000ed68) malloc: *** vm_allocate(size=589402112) failed (error code=3) R(572,0xa000ed68) malloc: *** error: can't allocate region R(572,0xa000ed68) malloc: *** set a breakpoint in szone_error to debug
2008 Jan 10
1
OS X binary: 32 or 64-bit?
...d Read 1 record Read 1 record Read 1 record Read 1 record Error: cannot allocate vector of size 3.1 Gb R(2081,0xa000d000) malloc: *** vm_allocate(size=3321675776) failed (error code=3) R(2081,0xa000d000) malloc: *** error: can't allocate region R(2081,0xa000d000) malloc: *** set a breakpoint in szone_error to debug R(2081,0xa000d000) malloc: *** vm_allocate(size=3321675776) failed (error code=3) R(2081,0xa000d000) malloc: *** error: can't allocate region R(2081,0xa000d000) malloc: *** set a breakpoint in szone_error to debug My Mac is 64-bit, however, I'm wondering if R is compiled as a 32-b...
2006 Jun 10
3
sparse matrix, rnorm, malloc
...() - ptm } When trying to generate the matrix around 20,000 rows/cols on a machine with 32G of memory, the error message I receive is: R(335) malloc: *** vm_allocate(size=3200004096) failed (error code=3) R(335) malloc: *** error: can't allocate region R(335) malloc: *** set a breakpoint in szone_error to debug R(335) malloc: *** vm_allocate(size=3200004096) failed (error code=3) R(335) malloc: *** error: can't allocate region R(335) malloc: *** set a breakpoint in szone_error to debug Error: cannot allocate vector of size 3125000 Kb Error in round(rnorm(dims * dims), rnd) : unable to find th...
2008 Mar 21
1
Memory Problem
...ing glm or lme. In particular I get the following response, Error: cannot allocate vector of size 1.6 Gb R(311,0xa000d000) malloc: *** vm_allocate(size=1733365760) failed (error code=3) R(311,0xa000d000) malloc: *** error: can't allocate region R(311,0xa000d000) malloc: *** set a breakpoint in szone_error to debug R(311,0xa000d000) malloc: *** vm_allocate(size=1733365760) failed (error code=3) R(311,0xa000d000) malloc: *** error: can't allocate region R(311,0xa000d000) malloc: *** set a breakpoint in szone_error to debug This is on an Intel Mac with 2 GBytes of RAM running MacOS X vs. 10.4.11 T...
2005 Jul 19
1
mac os x crashes with bioconductor microarray code (PR#8013)
...monly",summary.method="liwong") And I get some sort of memory error that crashes the R program. Specifically it states: R(1763) malloc: *** vm_allocate(size=346857472) failed (error code=3) R(1763) malloc: *** error: can't allocate region R(1763) malloc: *** set a breakpoint in szone_error to debug R(1763) malloc: *** vm_allocate(size=346857472) failed (error code=3) R(1763) malloc: *** error: can't allocate region R(1763) malloc: *** set a breakpoint in szone_error to debug Error: cannot allocate vector of size 338724 Kb R(1763) malloc: *** vm_allocate(size=8421376) failed (erro...
2008 Apr 15
3
R memory issue for writing out the file
...x.lgen",sep=" ",row.names=F,na="0",quote=F,col.names=F) I got the error message: R(319,0xa000d000) malloc: *** vm_allocate(size=88764416) failed (error code=3) R(319,0xa000d000) malloc: *** error: can't allocate region R(319,0xa000d000) malloc: *** set a breakpoint in szone_error to debug I then confirmed in Windows (Windows XP, 1G RAM) R by trying it again. It seems that it has to do with my R memory limit allocation. I read all the online help and still could not figure out the way to solve the problem. Also I do not understand why the data could be easily handled with...
2006 Feb 01
2
memory limit in aov
...s and their interactions I get error messages like: Error: cannot allocate vector of size 1433066 Kb R(365,0xa000ed68) malloc: *** vm_allocate(size=1467461632) failed (error code=3) R(365,0xa000ed68) malloc: *** error: can't allocate region R(365,0xa000ed68) malloc: *** set a breakpoint in szone_error to debug I think that the anova involves a matrix of 272,992 rows by 29025 columns (using dummy variables)=7,900 million elements. I realise this is a lot! Could I solve this if I had more RAM or is it just too big? Another possibility is to do 16 separate analyses on 17,062 observations...
2011 Feb 26
2
[LLVMdev] memory bug triggered in getFoldedCast
...ter being freed. *** set a breakpoint in malloc_error_break to debug (I don't know how to use malloc_error_break in this case. ?) The stack trace in gdb after the above error looks like: (gdb) bt #0 0x00007fff81bf8616 in __kill () #1 0x00007fff81c98cca in abort () #2 0x00007fff81c87901 in szone_error () #3 0x00007fff81bb1080 in szone_free_definite_size () #4 0x000000010185b577 in getFoldedCast () #5 0x0000000101297617 in getAllocArrayFn () at /Users/rob/Projects/Bamboo/Source/AST.cc:624 The line in my getAllocArrayFn() is: return ConstantExpr::getIntToPtr(ci, alloc_args_fn_ptr_type);...
2006 Nov 08
5
Mac x86: Diablo II Copy Protection
...owing error: err:aspi:ASPI_GetNumControllers Could not open HKLM\L"HARDWARE\ \DEVICEMAP\\Scsi" wineserver(4712) malloc: *** vm_allocate(size=4286775296) failed (error code=3) wineserver(4712) malloc: *** error: can't allocate region wineserver(4712) malloc: *** set a breakpoint in szone_error to debug wine client error:16: partial write 64 Hope somebody can help me. Greetings, Patrick
2006 Mar 21
3
OS X-centricities? Too many files, temp, indexes, etc...
I'm just writing to see if anyone else is seeing the following issues, and particularly if they are running OS X (especially 10.4), and/or have compatible solutions (I've been reading the mailing list quite a bit, and every now and then, I find a solution that just "doesn't work" because of the differences in OS: 1) Too many files open - no plimit command on OS X, so I