CoreXLSX icon indicating copy to clipboard operation
CoreXLSX copied to clipboard

crash at ZIPFoundation

Open Ververtom opened this issue 10 months ago • 1 comments

Version

  • CoreXLSX (0.14.1):
    • XMLCoder (~> 0.11.1)
    • ZIPFoundation (~> 0.9.11)

Description of the bug

when parse a sheet with 3500+ data, crash at ZIPFoundation, Archive+Reading.swift file, line 123, Thread 5: EXC_BAD_ACCESS (code=1, address=0x1)

Steps to reproduce

Steps to reproduce the behavior, for example:

  1. parse a sheet with 3500+ data
  2. crash at ZIPFoundation, Archive+Reading.swift file, line 123,
  3. Thread 5: EXC_BAD_ACCESS (code=1, address=0x1)

Expected behavior

parse and read the file correctly without error

File for reproduction

If this problem is reproducible only with a specific file, please attach this file to the issue, or send it to [email protected] if you can't share the file publicly.

Additional context

Add any other context about the problem here.

Ververtom avatar Mar 19 '25 09:03 Ververtom