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

[CLI] --cloud-test deprecated and crashes #231

Open
SciLor opened this issue Oct 30, 2024 · 0 comments
Open

[CLI] --cloud-test deprecated and crashes #231

SciLor opened this issue Oct 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@SciLor
Copy link
Contributor

SciLor commented Oct 30, 2024

src/cloud_request.c:159:16: runtime error: member access within null pointer of type 'struct req_cbr_t'
AddressSanitizer:DEADLYSIGNAL
=================================================================
==27833==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x5e5c5b7abc69 bp 0x7fff22bb60c0 sp 0x7fff22bb4f20 T0)
==27833==The signal is caused by a READ memory access.
==27833==Hint: address points to the zero page.
    #0 0x5e5c5b7abc69 in web_request src/cloud_request.c:159
    #1 0x5e5c5b7b2474 in cloud_request src/cloud_request.c:155
    #2 0x5e5c5b7b249d in cloud_request_get src/cloud_request.c:143
    #3 0x5e5c5b6bddc5 in main src/main.c:560
    #4 0x770976d06d8f in __libc_start_call_main ../sysdeps/nptl/libc_start_call_main.h:58
    #5 0x770976d06e3f in __libc_start_main_impl ../csu/libc-start.c:392
    #6 0x5e5c5b6c0f84 in _start (/home/bad/git/teddycloud/bin/teddycloud+0x63df84)

AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV src/cloud_request.c:159 in web_request
==27833==ABORTING
@henryk86 henryk86 added the bug Something isn't working label Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants