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

app_rpt: tlist Null pointer dereference in altlink1 #261

Open
tsawyer opened this issue Jan 1, 2024 · 2 comments
Open

app_rpt: tlist Null pointer dereference in altlink1 #261

tsawyer opened this issue Jan 1, 2024 · 2 comments
Assignees

Comments

@tsawyer
Copy link
Member

tsawyer commented Jan 1, 2024

Latest from SCRN related to Thread 1 FUNCTION = "rpt". Please evaluate and handle as appropriate.

core-asterisk-2024-01-01T10-44-42Z-full.txt

@InterLinked1 InterLinked1 changed the title core-asterisk-2024-01-01T10-44-42Z-full app_rpt: tlist Null pointer dereference in altlink1 Jan 1, 2024
@KB4MDD
Copy link
Collaborator

KB4MDD commented Jan 2, 2024

One of my test systems crashed with this same issue.

Thread 1 (Thread 0x7f9e5c1df700 (LWP 4009247)):
#0  0x00007f9ea92f5973 in altlink1 (myrpt=0x7f9ea932d1c0 <rpt_vars>, mylink=0x7f9ea41268e0) at app_rpt/rpt_link.c:116
        tlist = 0xdeaddeaddeaddead
        nonlocals = 0
#1  0x00007f9ea92d0cd0 in rpt (this=0x7f9ea932d1c0 <rpt_vars>) at app_rpt.c:5121

@InterLinked1
Copy link
Member

One of my test systems crashed with this same issue.

Thread 1 (Thread 0x7f9e5c1df700 (LWP 4009247)):
#0  0x00007f9ea92f5973 in altlink1 (myrpt=0x7f9ea932d1c0 <rpt_vars>, mylink=0x7f9ea41268e0) at app_rpt/rpt_link.c:116
        tlist = 0xdeaddeaddeaddead
        nonlocals = 0
#1  0x00007f9ea92d0cd0 in rpt (this=0x7f9ea932d1c0 <rpt_vars>) at app_rpt.c:5121

Thanks, Danny, good to know there's a pattern.
There is a similar issue for links as well and I added some debugging code for that.
I'll do the same for this as well today.

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