[jira] [Updated] (CB-8974) objc_msgSend causes EXC_BAD_ACCESS

2015-11-16 Thread Raghav (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raghav updated CB-8974:
---
Labels: iOS  (was: crash)

> objc_msgSend causes EXC_BAD_ACCESS
> --
>
> Key: CB-8974
> URL: https://issues.apache.org/jira/browse/CB-8974
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
> Environment: iPad 4,5
> ARM-64
> iOS 8.3
> Cordova 4.3.0 (for some reason the affects versions list doesn't show 4.3.0 
> but that's what I'm using:
> jpangburn$ cordova -version
> 4.3.0
>Reporter: Jesse Pangburn
>Assignee: Shazron Abdullah
>  Labels: iOS
>
> I'm using the Camera plugin to get an image url, then passing that image url 
> to the File plugin to copy the image to another directory.  I've gotten two 
> crash logs from a user who says the crashes happened immediately after those 
> thing completed (they refer to a thumbnail that would only show if the File 
> plugin made its transfer).
> The crash log has this relevant info:
> Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
> Exception Subtype: KERN_INVALID_ADDRESS at 0x15c87e90
> Triggered by Thread:  0
> Thread 0 name:  Dispatch queue: com.apple.main-thread
> Thread 0 Crashed:
> 0   libobjc.A.dylib   0x0001962ffbd0 objc_msgSend + 16
> 1   Foundation0x000185bd417c 
> __NSFireDelayedPerform + 420
> 2   CoreFoundation0x000184c98128 
> __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 24
> 3   CoreFoundation0x000184c97dd8 __CFRunLoopDoTimer + 
> 884
> 4   CoreFoundation0x000184c95824 __CFRunLoopRun + 1368
> 5   CoreFoundation0x000184bc12d0 CFRunLoopRunSpecific 
> + 392
> 6   GraphicsServices  0x00018e2976f8 GSEventRunModal + 164
> 7   UIKit 0x000189786fa8 UIApplicationMain + 
> 1484
> 8   PCMM  0x0001000aa4f0 main (main.m:32)
> 9   libdyld.dylib 0x00019696aa04 start + 0
> This appears to have been reported in 
> https://issues.apache.org/jira/browse/CB-6150  but it says it was fixed in 
> version 3.5 and I'm using 4.3.0.  I checked github and looked at those files 
> for version 4.x and it shows that the changes have not been reverted, so 
> seems it's not the same problem exactly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8974) objc_msgSend causes EXC_BAD_ACCESS

2015-06-17 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah updated CB-8974:
-
Fix Version/s: (was: 4.0.0)

 objc_msgSend causes EXC_BAD_ACCESS
 --

 Key: CB-8974
 URL: https://issues.apache.org/jira/browse/CB-8974
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Camera
 Environment: iPad 4,5
 ARM-64
 iOS 8.3
 Cordova 4.3.0 (for some reason the affects versions list doesn't show 4.3.0 
 but that's what I'm using:
 jpangburn$ cordova -version
 4.3.0
Reporter: Jesse Pangburn
Assignee: Shazron Abdullah
  Labels: crash

 I'm using the Camera plugin to get an image url, then passing that image url 
 to the File plugin to copy the image to another directory.  I've gotten two 
 crash logs from a user who says the crashes happened immediately after those 
 thing completed (they refer to a thumbnail that would only show if the File 
 plugin made its transfer).
 The crash log has this relevant info:
 Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
 Exception Subtype: KERN_INVALID_ADDRESS at 0x15c87e90
 Triggered by Thread:  0
 Thread 0 name:  Dispatch queue: com.apple.main-thread
 Thread 0 Crashed:
 0   libobjc.A.dylib   0x0001962ffbd0 objc_msgSend + 16
 1   Foundation0x000185bd417c 
 __NSFireDelayedPerform + 420
 2   CoreFoundation0x000184c98128 
 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 24
 3   CoreFoundation0x000184c97dd8 __CFRunLoopDoTimer + 
 884
 4   CoreFoundation0x000184c95824 __CFRunLoopRun + 1368
 5   CoreFoundation0x000184bc12d0 CFRunLoopRunSpecific 
 + 392
 6   GraphicsServices  0x00018e2976f8 GSEventRunModal + 164
 7   UIKit 0x000189786fa8 UIApplicationMain + 
 1484
 8   PCMM  0x0001000aa4f0 main (main.m:32)
 9   libdyld.dylib 0x00019696aa04 start + 0
 This appears to have been reported in 
 https://issues.apache.org/jira/browse/CB-6150  but it says it was fixed in 
 version 3.5 and I'm using 4.3.0.  I checked github and looked at those files 
 for version 4.x and it shows that the changes have not been reverted, so 
 seems it's not the same problem exactly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8974) objc_msgSend causes EXC_BAD_ACCESS

2015-06-17 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah updated CB-8974:
-
Component/s: (was: iOS)
 dova

 objc_msgSend causes EXC_BAD_ACCESS
 --

 Key: CB-8974
 URL: https://issues.apache.org/jira/browse/CB-8974
 Project: Apache Cordova
  Issue Type: Bug
  Components: dova
 Environment: iPad 4,5
 ARM-64
 iOS 8.3
 Cordova 4.3.0 (for some reason the affects versions list doesn't show 4.3.0 
 but that's what I'm using:
 jpangburn$ cordova -version
 4.3.0
Reporter: Jesse Pangburn
Assignee: Shazron Abdullah
  Labels: crash
 Fix For: 4.0.0


 I'm using the Camera plugin to get an image url, then passing that image url 
 to the File plugin to copy the image to another directory.  I've gotten two 
 crash logs from a user who says the crashes happened immediately after those 
 thing completed (they refer to a thumbnail that would only show if the File 
 plugin made its transfer).
 The crash log has this relevant info:
 Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
 Exception Subtype: KERN_INVALID_ADDRESS at 0x15c87e90
 Triggered by Thread:  0
 Thread 0 name:  Dispatch queue: com.apple.main-thread
 Thread 0 Crashed:
 0   libobjc.A.dylib   0x0001962ffbd0 objc_msgSend + 16
 1   Foundation0x000185bd417c 
 __NSFireDelayedPerform + 420
 2   CoreFoundation0x000184c98128 
 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 24
 3   CoreFoundation0x000184c97dd8 __CFRunLoopDoTimer + 
 884
 4   CoreFoundation0x000184c95824 __CFRunLoopRun + 1368
 5   CoreFoundation0x000184bc12d0 CFRunLoopRunSpecific 
 + 392
 6   GraphicsServices  0x00018e2976f8 GSEventRunModal + 164
 7   UIKit 0x000189786fa8 UIApplicationMain + 
 1484
 8   PCMM  0x0001000aa4f0 main (main.m:32)
 9   libdyld.dylib 0x00019696aa04 start + 0
 This appears to have been reported in 
 https://issues.apache.org/jira/browse/CB-6150  but it says it was fixed in 
 version 3.5 and I'm using 4.3.0.  I checked github and looked at those files 
 for version 4.x and it shows that the changes have not been reverted, so 
 seems it's not the same problem exactly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8974) objc_msgSend causes EXC_BAD_ACCESS

2015-06-17 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah updated CB-8974:
-
Component/s: (was: dova)
 Plugin Camera

 objc_msgSend causes EXC_BAD_ACCESS
 --

 Key: CB-8974
 URL: https://issues.apache.org/jira/browse/CB-8974
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Camera
 Environment: iPad 4,5
 ARM-64
 iOS 8.3
 Cordova 4.3.0 (for some reason the affects versions list doesn't show 4.3.0 
 but that's what I'm using:
 jpangburn$ cordova -version
 4.3.0
Reporter: Jesse Pangburn
Assignee: Shazron Abdullah
  Labels: crash

 I'm using the Camera plugin to get an image url, then passing that image url 
 to the File plugin to copy the image to another directory.  I've gotten two 
 crash logs from a user who says the crashes happened immediately after those 
 thing completed (they refer to a thumbnail that would only show if the File 
 plugin made its transfer).
 The crash log has this relevant info:
 Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
 Exception Subtype: KERN_INVALID_ADDRESS at 0x15c87e90
 Triggered by Thread:  0
 Thread 0 name:  Dispatch queue: com.apple.main-thread
 Thread 0 Crashed:
 0   libobjc.A.dylib   0x0001962ffbd0 objc_msgSend + 16
 1   Foundation0x000185bd417c 
 __NSFireDelayedPerform + 420
 2   CoreFoundation0x000184c98128 
 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 24
 3   CoreFoundation0x000184c97dd8 __CFRunLoopDoTimer + 
 884
 4   CoreFoundation0x000184c95824 __CFRunLoopRun + 1368
 5   CoreFoundation0x000184bc12d0 CFRunLoopRunSpecific 
 + 392
 6   GraphicsServices  0x00018e2976f8 GSEventRunModal + 164
 7   UIKit 0x000189786fa8 UIApplicationMain + 
 1484
 8   PCMM  0x0001000aa4f0 main (main.m:32)
 9   libdyld.dylib 0x00019696aa04 start + 0
 This appears to have been reported in 
 https://issues.apache.org/jira/browse/CB-6150  but it says it was fixed in 
 version 3.5 and I'm using 4.3.0.  I checked github and looked at those files 
 for version 4.x and it shows that the changes have not been reverted, so 
 seems it's not the same problem exactly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8974) objc_msgSend causes EXC_BAD_ACCESS

2015-05-07 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah updated CB-8974:
-
Affects Version/s: (was: 4.0.0)

 objc_msgSend causes EXC_BAD_ACCESS
 --

 Key: CB-8974
 URL: https://issues.apache.org/jira/browse/CB-8974
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
 Environment: iPad 4,5
 ARM-64
 iOS 8.3
 Cordova 4.3.0 (for some reason the affects versions list doesn't show 4.3.0 
 but that's what I'm using:
 jpangburn$ cordova -version
 4.3.0
Reporter: Jesse Pangburn
  Labels: crash
 Fix For: 4.0.0


 I'm using the Camera plugin to get an image url, then passing that image url 
 to the File plugin to copy the image to another directory.  I've gotten two 
 crash logs from a user who says the crashes happened immediately after those 
 thing completed (they refer to a thumbnail that would only show if the File 
 plugin made its transfer).
 The crash log has this relevant info:
 Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
 Exception Subtype: KERN_INVALID_ADDRESS at 0x15c87e90
 Triggered by Thread:  0
 Thread 0 name:  Dispatch queue: com.apple.main-thread
 Thread 0 Crashed:
 0   libobjc.A.dylib   0x0001962ffbd0 objc_msgSend + 16
 1   Foundation0x000185bd417c 
 __NSFireDelayedPerform + 420
 2   CoreFoundation0x000184c98128 
 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 24
 3   CoreFoundation0x000184c97dd8 __CFRunLoopDoTimer + 
 884
 4   CoreFoundation0x000184c95824 __CFRunLoopRun + 1368
 5   CoreFoundation0x000184bc12d0 CFRunLoopRunSpecific 
 + 392
 6   GraphicsServices  0x00018e2976f8 GSEventRunModal + 164
 7   UIKit 0x000189786fa8 UIApplicationMain + 
 1484
 8   PCMM  0x0001000aa4f0 main (main.m:32)
 9   libdyld.dylib 0x00019696aa04 start + 0
 This appears to have been reported in 
 https://issues.apache.org/jira/browse/CB-6150  but it says it was fixed in 
 version 3.5 and I'm using 4.3.0.  I checked github and looked at those files 
 for version 4.x and it shows that the changes have not been reverted, so 
 seems it's not the same problem exactly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8974) objc_msgSend causes EXC_BAD_ACCESS

2015-05-07 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah updated CB-8974:
-
Fix Version/s: 4.0.0

 objc_msgSend causes EXC_BAD_ACCESS
 --

 Key: CB-8974
 URL: https://issues.apache.org/jira/browse/CB-8974
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
 Environment: iPad 4,5
 ARM-64
 iOS 8.3
 Cordova 4.3.0 (for some reason the affects versions list doesn't show 4.3.0 
 but that's what I'm using:
 jpangburn$ cordova -version
 4.3.0
Reporter: Jesse Pangburn
  Labels: crash
 Fix For: 4.0.0


 I'm using the Camera plugin to get an image url, then passing that image url 
 to the File plugin to copy the image to another directory.  I've gotten two 
 crash logs from a user who says the crashes happened immediately after those 
 thing completed (they refer to a thumbnail that would only show if the File 
 plugin made its transfer).
 The crash log has this relevant info:
 Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
 Exception Subtype: KERN_INVALID_ADDRESS at 0x15c87e90
 Triggered by Thread:  0
 Thread 0 name:  Dispatch queue: com.apple.main-thread
 Thread 0 Crashed:
 0   libobjc.A.dylib   0x0001962ffbd0 objc_msgSend + 16
 1   Foundation0x000185bd417c 
 __NSFireDelayedPerform + 420
 2   CoreFoundation0x000184c98128 
 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 24
 3   CoreFoundation0x000184c97dd8 __CFRunLoopDoTimer + 
 884
 4   CoreFoundation0x000184c95824 __CFRunLoopRun + 1368
 5   CoreFoundation0x000184bc12d0 CFRunLoopRunSpecific 
 + 392
 6   GraphicsServices  0x00018e2976f8 GSEventRunModal + 164
 7   UIKit 0x000189786fa8 UIApplicationMain + 
 1484
 8   PCMM  0x0001000aa4f0 main (main.m:32)
 9   libdyld.dylib 0x00019696aa04 start + 0
 This appears to have been reported in 
 https://issues.apache.org/jira/browse/CB-6150  but it says it was fixed in 
 version 3.5 and I'm using 4.3.0.  I checked github and looked at those files 
 for version 4.x and it shows that the changes have not been reverted, so 
 seems it's not the same problem exactly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org