farhan678 / adwhirl

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

Random AdWhirlError.m Crash #215

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Randomly crashes 

Here's the partial crash log

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libsystem_c.dylib               0x33e186d0 tiny_malloc_from_free_list + 0
1   libsystem_c.dylib               0x33e18e76 szone_malloc_should_clear + 166
2   libsystem_c.dylib               0x33e19fd4 szone_malloc + 4
3   libsystem_c.dylib               0x33e3d230 malloc_zone_malloc + 48
4   CoreFoundation                  0x3037ae2a __CFAllocatorSystemAllocate + 6
5   CoreFoundation                  0x30328410 CFAllocatorAllocate + 80
6   CoreFoundation                  0x3032830e _CFRuntimeCreateInstance + 118
7   CoreFoundation                  0x3032c964 CFBasicHashCreate + 72
8   CoreFoundation                  0x3038e06c __CFDictionaryCreateGeneric + 356
9   CoreFoundation                  0x3032ed4a CFDictionaryCreate + 30
10  CoreFoundation                  0x3032e77c -[__NSPlaceholderDictionary 
initWithObjects:forKeys:count:] + 1196
11  CoreFoundation                  0x3033673e +[NSDictionary 
dictionaryWithObjectsAndKeys:] + 542
12  ImmunogenLite                   0x00014914 -[AdWhirlError 
initWithCode:description:] (AdWhirlError.m:44)
13  ImmunogenLite                   0x00014d26 -[AdWhirlView 
notifyDelegateOfErrorWithCode:description:] (AdWhirlView.m:992)
14  ImmunogenLite                   0x000160ea -[AdWhirlView makeAdRequest:] 
(AdWhirlView.m:327)
15  ImmunogenLite                   0x00015074 -[AdWhirlView rollOver] 
(AdWhirlView.m:456)
16  ImmunogenLite                   0x00003e76 -[GameScene 
adWhirlDidFailToReceiveAd:usingBackup:] (GameScene.mm:591)
17  ImmunogenLite                   0x00014ccc -[AdWhirlView 
notifyDelegateOfError:] (AdWhirlView.m:1006)
18  ImmunogenLite                   0x00014d36 -[AdWhirlView 
notifyDelegateOfErrorWithCode:description:] (AdWhirlView.m:993)
19  ImmunogenLite                   0x000160ea -[AdWhirlView makeAdRequest:] 
(AdWhirlView.m:327)
20  ImmunogenLite                   0x00015074 -[AdWhirlView rollOver] 
(AdWhirlView.m:456)

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

Adwhirl 3.0.0 for IOS

Please provide any additional information below.

Original issue reported on code.google.com by cngstud...@gmail.com on 1 May 2011 at 4:53