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

Cannon send both minidump and log files in Mac #517

Open
GoogleCodeExporter opened this issue Apr 2, 2015 · 1 comment
Open

Cannon send both minidump and log files in Mac #517

GoogleCodeExporter opened this issue Apr 2, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. configure sample project to send log file on crash
(with info.plist param BreakpadAppLogFile or directly in the code with 
BreakpadAddLogFile routine)

What is the expected output? What do you see instead?
crash _report sender will prepare incorrect post request.
Second file(log in our case) chunk will not start from the new line
but directly after minidump file. Thus server will fail to parse files.
I have tested with java server part.Apache Commons FileUpload used to parse 
multipart file upload post request. In my case server "saw" both files as one.

What version of the product are you using? On what operating system?
Breakpad rev 1112
Mac Os X 10.7.5
XCode 4.5 (gcc 4.2)

Please provide any additional information below.

I have fixed this problem. patch attached

Original issue reported on code.google.com by [email protected] on 11 Feb 2013 at 2:56

Attachments:

@GoogleCodeExporter
Copy link
Author

Yup, the same problem for me:

Breakpad rev 1418
Mac OS X 10.10.2
XCode 6.1.1 (Apple LLVM 6.0)

Original comment by [email protected] on 17 Feb 2015 at 11:25

  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant