bitemyapp / bitemyapp/twitcurl
Error Unhandled exception at 0x00407b30 in OAuth.exe: 0xC0000005: Access violation reading location 0xcccccccc.
- Dominant language
- C
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
What steps will reproduce the problem?
1. Compile the code in debug mode
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
i am using the latest library on windows
Please provide any additional information below.
I am getting "Unhandled exception at 0x00407b30 in OAuth.exe: 0xC0000005:
Access violation reading location 0xcccccccc." error at line
"twitterObj.getOAuth().setConsumerKey( std::string( "" ) );"
Can anybody please help.
Thanks and Regards,
Lokesh
```
Original issue reported on code.google.com by `lokesh.u...@gmail.com` on 14 Jun 2011 at 12:28
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the reported debug-mode failure on Windows at the OAuth.exe call to twitterObj.getOAuth().setConsumerKey(std::string("")); inspect the surrounding OAuth code and the access-violation location. Done means identifying and resolving the 0xCCCCCCCC read while setting the consumer key, with the behavior verified in a debug build.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- authentication
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100