Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws api crashes while retrieving data from dynamo db when there is repeated misses #137

Closed
msinha31 opened this issue Mar 23, 2016 · 3 comments

Comments

@msinha31
Copy link

#0 SLL_Next (t=0xf) at src/linked_list.h:44
#1 SLL_Pop (list=) at src/linked_list.h:58
#2 Pop (this=0x1cb4a28) at src/thread_cache.h:215
#3 Allocate (cl=4, size=<error reading variable: Cannot access memory at address 0x20>, this=) at src/thread_cache.h:367
#4 do_malloc_small (size=<error reading variable: Cannot access memory at address 0x20>, heap=) at src/tcmalloc.cc:1088
#5 do_malloc_no_errno (size=46) at src/tcmalloc.cc:1095
#6 do_malloc (size=46) at src/tcmalloc.cc:1104
#7 do_malloc_or_cpp_alloc (size=46) at src/tcmalloc.cc:1024
#8 tc_malloc (size=46) at src/tcmalloc.cc:1563
#9 0x00007f4d885ffd8d in operator new (sz=46) at ../../../../libstdc++-v3/libsupc++/new_op.cc:51
#10 0x00007f4d8865b369 in allocate (this=, __n=)

at /usr/src/debug/gcc-4.8.3-20140911/obj-x86_64-amazon-linux/x86_64-amazon-linux/libstdc++-v3/include/ext/new_allocator.h:104

#11 std::string::_Rep::_S_create (__capacity=__capacity@entry=21, __old_capacity=__old_capacity@entry=0, __alloc=...)

at /usr/src/debug/gcc-4.8.3-20140911/obj-x86_64-amazon-linux/x86_64-amazon-linux/libstdc++-v3/include/bits/basic_string.tcc:607

#12 0x00007f4d8865c8f1 in std::string::_S_construct<char*> (

__beg=0x27f60d8 "%Y-%m-%d %H:%M:%S,53385 [139970802542336] [INFO ] [getScores] [] - wtp b949711a-6e92-4a77-a95f-4b77b4bd430e is not present in table good_wtp\nR == 'UCBrowser' or BROWSER == 'OperaMobi') {W_BROWSER := -"..., __end=<optimized out>, __a=...)
@bretambrose
Copy link
Contributor

Your stack trace is cutoff before it reaches SDK code. Could you add more, at least up to the point where it crosses into your code? If you could provide more detailed reproduction steps (a small code sample with a description of the dybamodb table being hit for example), that would be very helpful too.

@JonathanHenson
Copy link
Contributor

Also, we've made this much easier for use with cmake. Have a look at this blog post:

https://aws.amazon.com/blogs/developer/using-cmake-exports-with-the-aws-sdk-for-c/

@JonathanHenson
Copy link
Contributor

Closing pending more info. Reopen if your issue is not resolved.

cobookman pushed a commit to cobookman/aws-sdk-cpp that referenced this issue Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants