max-mapper / max-mapper/touchdb-phonegap
EXC_BAD_ACCESS
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 5
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Due to something weird happening between the TouchDB and PhoneGap frameworks there is an EXC_BAD_ACCESS error that gets thrown when the touchdb:/// protocol is accessed.
1,000,000 bonus points to the first Objective-C developer to figure out how to fix this!
This project is a PhoneGap 1.4 template generated project that has had TouchDB added to it and configured to start. It starts up successfully but then as soon as a request is made to it (from a WebView via PhoneGap) it throws an error.
The code for TouchDB.framework is here: https://github.com/couchbaselabs/TouchDB-iOS/tree/master/Source
The code for PhoneGap iOS is here: https://github.com/apache/incubator-cordova-ios
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the EXC_BAD_ACCESS when a WebView request accesses the touchdb:/// protocol in the PhoneGap 1.4 template project. Read the TouchDB-iOS Source code alongside the PhoneGap iOS code; done means the request completes without the reported crash.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, objective-c
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100
