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

Dapr workflow fails while purging retryable child workflows #7422

Closed
Tracked by #7410
shivamkm07 opened this issue Jan 22, 2024 · 0 comments · Fixed by #7430
Closed
Tracked by #7410

Dapr workflow fails while purging retryable child workflows #7422

shivamkm07 opened this issue Jan 22, 2024 · 0 comments · Fixed by #7430
Labels
kind/bug Something isn't working P0
Milestone

Comments

@shivamkm07
Copy link
Contributor

In what area(s)?

/area runtime

/area operator

/area placement

/area docs

/area test-and-release

What version of Dapr?

1.1.x
1.0.x
edge: output of git describe --dirty

Expected Behavior

Dapr workflow should be able to purge child workflows successfully without any errors.

Actual Behavior

On trying to purge a workflow, which creates retryable child workflows, Dapr errors out with Segmentation fault:

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x4f40a58]

Steps to Reproduce the Problem

Run the following example with latest dapr master : https://github.com/dapr/python-sdk/blob/main/examples/demo_workflow/README.md

It should error out with aforementioned error.

Release Note

RELEASE NOTE: FIX Bug in runtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working P0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants