symsynd icon indicating copy to clipboard operation
symsynd copied to clipboard

symsynd couldn't parse dSYM

Open yingtaohua opened this issue 9 years ago • 1 comments

File "/var/www/sentry/local/lib/python2.7/site-packages/sentry/api/base.py", line 87, in handle_exception
    return super(Endpoint, self).handle_exception(exc)
  File "/var/www/sentry/local/lib/python2.7/site-packages/sentry/api/base.py", line 181, in dispatch
    response = handler(request, *args, **kwargs)
  File "/var/www/sentry/local/lib/python2.7/site-packages/sentry/api/endpoints/dsym_files.py", line 92, in post
    return upload_from_request(request, project=project)
  File "/var/www/sentry/local/lib/python2.7/site-packages/sentry/api/endpoints/dsym_files.py", line 23, in upload_from_request
    files = create_files_from_macho_zip(fileobj, project=project)
  File "/var/www/sentry/local/lib/python2.7/site-packages/sentry/models/dsymfile.py", line 414, in create_files_from_macho_zip
    uuids = get_macho_uuids(fn)
  File "/var/www/sentry/local/lib/python2.7/site-packages/sentry/../symsynd/macho/arch.py", line 236, in get_macho_uuids
    get_macho_image_info(filename)]
  File "/var/www/sentry/local/lib/python2.7/site-packages/sentry/../symsynd/macho/arch.py", line 205, in get_macho_image_info
    bin = MachO(filename)
  File "/var/www/sentry/local/lib/python2.7/site-packages/sentry/../symsynd/macho/header.py", line 61, in __init__
    self.load(fp)
  File "/var/www/sentry/local/lib/python2.7/site-packages/sentry/../symsynd/macho/header.py", line 71, in load
    self.load_fat(fh)
  File "/var/www/sentry/local/lib/python2.7/site-packages/sentry/../symsynd/macho/header.py", line 82, in load_fat
    self.load_header(fh, arch.offset, arch.size)
  File "/var/www/sentry/local/lib/python2.7/site-packages/sentry/../symsynd/macho/header.py", line 86, in load_header
    header = struct.unpack('>I', fh.read(4))[0]

yingtaohua avatar Nov 02 '16 06:11 yingtaohua

Is there any chance you could send me this file to [email protected] so I can have a look at it?

mitsuhiko avatar Nov 10 '16 10:11 mitsuhiko