8000 chirp_server crashes when used with the -Q option · Issue #11 · cooperative-computing-lab/cctools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
chirp_server crashes when used with the -Q option #11
Closed
@aewalker

Description

@aewalker

I have been doing some work with Chirp (I am one of Chris Moretti's students at Princeton), and I found that when Chirp is started with the -Q option ("enforce root quota"), it will crash. The problem appears to be on line 601 of chirp_server.c; chirp_root_path is uninitialized when passed to chirp_alloc_init. I have been able to fix this by adding chirp_root_path = cfs->init(chirp_root_url); just before that call. Hopefully this is a proper solution; if not, what should I do?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0