Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash clearing/filling a newly allocated ImageBuffer #4316

Closed
sentry-io bot opened this issue Feb 19, 2024 · 1 comment
Closed

Crash clearing/filling a newly allocated ImageBuffer #4316

sentry-io bot opened this issue Feb 19, 2024 · 1 comment
Assignees
Labels
bug crash report Issue originated from a crash report / .dmp file
Milestone

Comments

@sentry-io
Copy link

sentry-io bot commented Feb 19, 2024

Sentry Issue: ASEPRITE-1SH

EXCEPTION_ACCESS_VIOLATION_WRITE / 0x0: Fatal Error: EXCEPTION_ACCESS_VIOLATION_WRITE / 0x0
  File "memset.asm", line 35, in memset_repstos
  File "xutility", line 5045, in std::fill
    _Fill_memset(_UFirst, _Val, static_cast<size_t>(_ULast - _UFirst));
  File "image_impl.h", line 76, in doc::ImageImpl<T>::ImageImpl<T>
    std::fill(m_buffer->buffer(),
  File "image.cpp", line 54, in doc::Image::create
    case ColorMode::RGB:       return new ImageImpl<RgbTraits>(spec, buffer);
  File "image.cpp", line 42, in doc::Image::create
    return Image::create(ImageSpec((ColorMode)format, width, height, 0), buffer);
...
(45 additional frame(s) were not displayed)
@sentry-io sentry-io bot added bug crash report Issue originated from a crash report / .dmp file labels Feb 19, 2024
@dacap dacap added this to the v1.3.5 milestone Feb 19, 2024
@dacap dacap closed this as completed in d70801e Feb 19, 2024
@dacap dacap reopened this Mar 11, 2024
@dacap dacap modified the milestones: v1.3.5, v1.3.6 Mar 25, 2024
@dacap dacap modified the milestones: v1.3.6, v1.3.7 Apr 9, 2024
@dacap
Copy link
Member

dacap commented Apr 12, 2024

We have to see if #4384 fixed this issue too (we marked the crash as resolved in Sentry, so if there is a regression we'll reopen this issue).

@dacap dacap closed this as completed Apr 12, 2024
@dacap dacap modified the milestones: v1.3.7, v1.3.6 Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug crash report Issue originated from a crash report / .dmp file
Projects
Status: Done
Development

No branches or pull requests

1 participant