openneuro icon indicating copy to clipboard operation
openneuro copied to clipboard

openneuro-cli upload error "aborted (core dumped)"

Open Arshitha opened this issue 8 months ago • 0 comments

What went wrong?

[arshithab@helix BIDS_defaced]$ openneuro upload -d ds004724 --ignoreWarnings .
Adding files to "ds004724"
[email protected]

<--- Last few GCs --->

[3479383:0x63914d0]   142636 ms: Scavenge 4092.6 (4103.5) -> 4092.6 (4104.5) MB, 2.61 / 0.00 ms  (average mu = 0.219, current mu = 0.187) allocation failure;


<--- JS stacktrace --->

FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
 1: 0xc9e850 node::Abort() [node]
 2: 0xb720ff  [node]
 3: 0xec1a70 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [node]
 4: 0xec1d57 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [node]
 5: 0x10d3dc5  [node]
 6: 0x10d4354 v8::internal::Heap::RecomputeLimits(v8::internal::GarbageCollector) [node]
 7: 0x10eb244 v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::internal::GarbageCollectionReason, char const*) [node]
 8: 0x10eba5c v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [node]
 9: 0x10edbba v8::internal::Heap::HandleGCRequest() [node]
10: 0x1058fd7 v8::internal::StackGuard::HandleInterrupts() [node]
11: 0x14fab32 v8::internal::Runtime_StackGuardWithGap(int, unsigned long*, v8::internal::Isolate*) [node]
12: 0x14f4b3ed9ef6
Aborted (core dumped)

Expected behavior

I was expecting the data to be appended to the existing dataset but received the above error.

Desktop

  • OS: Linux
  • Version: openneuro-cli 4.20.6

Arshitha avatar Dec 05 '23 03:12 Arshitha