KeshaviPhone / plcrashreporter

Automatically exported from code.google.com/p/plcrashreporter
Other
0 stars 0 forks source link

Beta 1.1 Logs not generated - Handler not called (iOS 5.1 Xcode 4.3.2 LLVM 3.1) #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have just added the beta1.1 release (full Xcode project and source) to my 
project and no logs are generated (handler not called).  Can't really submit 
any evidence of course, but I am running LLVM 3.1 and iOS 5.1.  Are there known 
issues here?  How can I debug this?

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by patrice....@gmail.com on 10 Apr 2012 at 8:28

GoogleCodeExporter commented 9 years ago
Do you have a sample project I could use to reproduce your issue?

Original comment by landon.j.fuller@gmail.com on 11 Apr 2012 at 1:21

GoogleCodeExporter commented 9 years ago
Landon -

Attached is a sample project.  I simulate a crash either by calling your stack 
frame() or calling a non-existent method.  In both cases I don't see a report 
generated , therefore the check for existing reports fails.

Thanks again, Patrice

Original comment by patrice....@gmail.com on 15 Apr 2012 at 5:19

Attachments:

GoogleCodeExporter commented 9 years ago
Just to confirm, are you running the program under Xcode (ie, a debugger) when 
it crashes?

Original comment by landon.j.fuller@gmail.com on 15 Apr 2012 at 6:46

GoogleCodeExporter commented 9 years ago
I have the same problem, too. I have disabled the Xcode debugger

Original comment by stsi...@gmail.com on 22 May 2012 at 9:58

GoogleCodeExporter commented 9 years ago
The sample project correctly writes a report as long as I don't run it under 
Xcode (which is to be expected). There may be some bugs in the custom code to 
handle the report on launch, but I can verify that it is written.

Original comment by landon.j.fuller@gmail.com on 1 Jan 2013 at 9:25