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

Flaky test monkey_business: /datum/beam destroy proc was called multiple times, likely due to a qdel loop in the Destroy logic #541

Open
github-actions bot opened this issue Jul 30, 2024 · 0 comments

Comments

@github-actions
Copy link

Flaky tests were detected in this test run. This means that there was a failure that was cleared when the tests were simply restarted.
Failures:

monkey_business: [00:33:52] Runtime in code/controllers/subsystem/garbage.dm,359: /datum/beam destroy proc was called multiple times, likely due to a qdel loop in the Destroy logic
proc name: qdel (/proc/qdel)
usr: *no key*/(John Doe (624))
usr.loc: (AI Satellite Service (176,132,5))
src: null
call stack:
qdel(/datum/beam (/datum/beam), 0)
/datum/status_effect/tased (/datum/status_effect/tased): on remove()
/datum/status_effect/tased (/datum/status_effect/tased): Destroy(0)
qdel(/datum/status_effect/tased (/datum/status_effect/tased), 0)
/datum/status_effect/tased (/datum/status_effect/tased): end tase(/datum/beam (/datum/beam), 0)
/datum/beam (/datum/beam):  SendSignal("parent_qdeleting", /list (/list))
qdel(/datum/beam (/datum/beam), 0)
/datum/beam (/datum/beam): redrawing(John Doe (624) (/mob/living/carbon/human/consistent), the floor (176,131,5) (/turf/open/floor/iron/dark), 1, 0, null, 1)
John Doe (624) (/mob/living/carbon/human/consistent):  SendSignal("movable_moved", /list (/list))
John Doe (624) (/mob/living/carbon/human/consistent): Moved(the floor (176,131,5) (/turf/open/floor/iron/dark), 1, 0, null, 1)
...
John Doe (624) (/mob/living/carbon/human/consistent): Move(the floor (176,132,5) (/turf/open/floor/iron/dark), 1)
John Doe (624) (/mob/living/carbon/human/consistent): Move(the floor (177,132,5) (/turf/open/floor/iron/dark), 5, 0, 1)
John Doe (624) (/mob/living/carbon/human/consistent): Move(the floor (177,132,5) (/turf/open/floor/iron/dark), 5, null)
John Doe (624) (/mob/living/carbon/human/consistent): Move(the floor (177,132,5) (/turf/open/floor/iron/dark), 5)
John Doe (624) (/mob/living/carbon/human/consistent): Move(the floor (177,132,5) (/turf/open/floor/iron/dark), 5)
/datum/ai_controller/monkey (/datum/ai_controller/monkey): process(0.1)
AI Behavior Ticker (/datum/controller/subsystem/processing/ai_behaviors): fire(0)
AI Behavior Ticker (/datum/controller/subsystem/processing/ai_behaviors): ignite(0)
Master (/datum/controller/master): Loop(2)
Master (/datum/controller/master): StartProcessing(0) at code/controllers/subsystem/garbage.dm:359
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants