Giter Club home page Giter Club logo

ilcrashreporter-ng's People

Stargazers

 avatar

Watchers

 avatar

ilcrashreporter-ng's Issues

Crash reporter goes into sleep

What steps will reproduce the problem?
1. Clicked the crash button of sample crasher
2. Sample Crasher application crashed 
3.

What is the expected output? What do you see instead?
CrashReporter didn't show up. Checked on terminal by typing top. It showed
the following information.
PID   COMMAND      %CPU TIME     #TH  #WQ  #POR #MRE RPRVT  RSHRD  RSIZE 
VPRVT  VSIZE  PGRP PPID STATE    UID  FAULTS   COW    MSGSENT   MSGRECV  
SYSBSD   SYSMACH

9087- CrashReporte 0.0  00:00.13 2    1    78   79   1180K  20M    3984K 
30M    879M   9087 1    sleeping 503  2566+    229    2270+     847+     
6739+    1856+


What version of the product are you using? On what operating system?
I checked out the latest version from svn. I am working on snow
leopard(10.6.1). I had downloaded the original version of the code from the
parent link and got it working for leopard and added few minor
features.Even on my changed version of code this problem persist.

Please provide any additional information below.

Hardware Overview:

  Model Name:   Mac mini
  Model Identifier: Macmini3,1
  Processor Name:   Intel Core 2 Duo
  Processor Speed:  2 GHz
  Number Of Processors: 1
  Total Number Of Cores:    2
  L2 Cache: 3 MB
  Memory:   3 GB
  Bus Speed:    1.07 GHz
  Boot ROM Version: MM31.0081.B06
  SMC Version (system): 1.35f0
  Serial Number (system):   YM9122XS19X
  Hardware UUID:    D2AD92A8-64EB-5588-8CDF-B5CC5ED1D869


Original issue reported on code.google.com by [email protected] on 25 Sep 2009 at 6:39

"Fixing" use of ASL REGEX operator

In updating for 10.6, I massaged the ASL usage around until it worked again on 
10.6.

I've received back information on the Radar filed then that ASL_QUERY_OP_REGEX 
is actually a 
modifier for ASL_QUERY_OP_EQUAL, and isn't supposed to be used independently. 
The engineer 
noted that the 10.5 search code was somewhat broken, so since I don't have a 
10.5 box handy at 
the moment, I'm not going to update the code without being able to test the new 
version on both 
10.5 and 10.6.

Considering that it appears to be working in the current state, I'm opening 
this issue to serve as a 
reminder for the future of changes to be made, perhaps for 10.7.

Original issue reported on code.google.com by [email protected] on 2 Mar 2010 at 1:49

Crashreporter tool respawns report check even after dialog displayed

_suppressAppleCrashNotify respawns itself until it finds evidence of a crash 
log, or until it gives up 
(100 tries).

Currently, the "retry" method call is getting done again and again even if the 
dialog has been 
presented to the user.

The attached patch includes a DEBUG mode NSLog for indicating that the retry is 
happening, and 
also throttles the retry so it only occurs when the dialog has NOT been 
displayed yet.


Original issue reported on code.google.com by [email protected] on 28 Jul 2009 at 9:54

Attachments:

Compiling the framework on Tiger

What steps will reproduce the problem?
1. I tried to compile the crash reporter on Tiger.
2. Since Xcode 2.4 doesn't have support for Multiple SDK, I added the
MacOSX10.5-CrashReporterSupport.sdk an framework.

I tried building it on Tiger, but it failed. showed up these errors.

/usr/bin/ld:
/Volumes/Data/SVNProjects/3.5_Trunk/Code/Common/CrashReporter/SourceCode/MacOSX1
0.5-CrashReporterSupport.sdk/System/Library/PrivateFrameworks/CrashReporterSuppo
rt.framework/CrashReporterSupport
load command 7 unknown cmd field
/usr/bin/ld: warning prebinding disabled because dependent library:
/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libgcc_s.1.dylib can't be searched
collect2: ld returned 1 exit status
    /usr/bin/ld:
/Volumes/Data/SVNProjects/3.5_Trunk/Code/Common/CrashReporter/SourceCode/MacOSX1
0.5-CrashReporterSupport.sdk/System/Library/PrivateFrameworks/CrashReporterSuppo
rt.framework/CrashReporterSupport
load command 7 unknown cmd field
    /usr/bin/ld: warning prebinding disabled because dependent library:
/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libgcc_s.1.dylib can't be searched
    collect2: ld returned 1 exit status


If I take out the MacOSX10.5-CrashReporterSupport.sdk, it throws up other
errors
/usr/bin/ld: warning prebinding disabled because of undefined symbols
/usr/bin/ld: Undefined symbols:
_CRSubmitProblemReport
_kCRProblemReportAppNameKey
_kCRProblemReportAppVersionKey
_kCRProblemReportCommentsKey
_kCRProblemReportDescriptionKey
_kCRProblemReportProblemTypeKey
_kCRProblemTypeCrash

This set up works well on leopard and Snow leopard. But not on tiger. I
normally build my application on tiger


Original issue reported on code.google.com by [email protected] on 16 Dec 2009 at 6:01

Use UTF-8 encoding

11/01/17 15:33:36   [0x0-0x149b49a].dk.infinite-loop.samplecrasher  2011-01-17 
15:33:36.098 CrashReporter[25370:903] Could not load crashlog: 
/Users/fujiwara/Library/Logs/CrashReporter/Sample 
Crasher_2011-01-17-153333_iMac.crash

CrashReporter.app could not read the log file which contains non-ASCII 
characters.

In the method -gatherConsoleLogForApplication:(NSString*)appName 
withProcessID:(int)processID
and the method -rawCrashLog:(NSString*)appName
in CrashReporterController.m:

[NSString stringWithContentsOfFile:path];

It should be replace with:

[NSString stringWithContentsOfFile:path encoding:NSUTF8StringEncoding 
error:NULL];


Original issue reported on code.google.com by [email protected] on 17 Jan 2011 at 6:52

Localized strings broken

Localized strings are not working correctly. Replace blank lines with \n and it 
works.
(because a blank line is \n\r it doesn't replace the strings correctly)


Original issue reported on code.google.com by [email protected] on 27 Sep 2008 at 9:03

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.