{"id":26157237,"url":"https://github.com/yaroslaff/zombie","last_synced_at":"2026-04-24T19:31:54.524Z","repository":{"id":262643915,"uuid":"887905494","full_name":"yaroslaff/zombie","owner":"yaroslaff","description":"small program which makes zombie process (for learning/debugging purposes)","archived":false,"fork":false,"pushed_at":"2024-11-13T14:30:53.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T09:58:32.902Z","etag":null,"topics":["debugging","defunct","fork","process","ps","wait","zombie"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yaroslaff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-13T13:41:26.000Z","updated_at":"2024-11-13T14:31:18.000Z","dependencies_parsed_at":"2024-11-13T14:42:01.560Z","dependency_job_id":"4abea745-67bf-43cc-9bbe-60361614bf34","html_url":"https://github.com/yaroslaff/zombie","commit_stats":null,"previous_names":["yaroslaff/zombie"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/yaroslaff/zombie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaroslaff%2Fzombie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaroslaff%2Fzombie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaroslaff%2Fzombie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaroslaff%2Fzombie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yaroslaff","download_url":"https://codeload.github.com/yaroslaff/zombie/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaroslaff%2Fzombie/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32238306,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debugging","defunct","fork","process","ps","wait","zombie"],"created_at":"2025-03-11T09:58:35.548Z","updated_at":"2026-04-24T19:31:54.509Z","avatar_url":"https://github.com/yaroslaff.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zombie - small zombie process  for learning/debugging\n\n## Compile\n~~~\n$ make\ngcc -Wall -g   -o zombie zombie.c\n~~~\n\ndymanic ELF binary is 18Kb, static (gcc -Wall -g --static   -o zombie zombie.c) 800Kb\n\nYou can find statically compiled binary in Releases page.\n\n## Usage:\nAccepts one argument (int), sleep time. Default value is 0 (sleep forever).\n\n~~~\n$ ./zombie 50\nParent process (PID: 1011803) is running, child (PID: 1011804) will become a zombie.\nChild process (PID: 1011804) is exiting.\n~~~\n\nWhen it's running, in ps you can see child process in defunct (zombie) state:\n~~~\n$ ps auxww|grep zombie\nxenon    1011803  0.0  0.0   2364   568 pts/6    S+   20:44   0:00 ./zombie 50\nxenon    1011804  0.0  0.0      0     0 pts/6    Z+   20:44   0:00 [zombie] \u003cdefunct\u003e\n~~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaroslaff%2Fzombie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyaroslaff%2Fzombie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaroslaff%2Fzombie/lists"}