#397 closed defect (fixed)
bundlebuilder: dist_source hangs when git repository contains too many files
Reported by: | sascha_silbe | Owned by: | marcopg |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | Sugar | Version: | Git as of bugdate |
Severity: | Blocker | Keywords: | patch |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | New |
Description
SourcePackager.get_files() will hang if there are more files to list than will fit into the OS buffer.
Attachments (1)
Change History (3)
Changed 15 years ago by sascha_silbe
comment:1 Changed 15 years ago by tomeu
- Resolution set to fixed
- Status changed from new to closed
Pushed patch as http://git.sugarlabs.org/projects/sugar-toolkit/repos/mainline/commits/c4dce659
Thanks!
comment:2 Changed 10 years ago by dnarvaez
- Component changed from sugar-toolkit to Sugar
Note: See
TracTickets for help on using
tickets.
use Popen.communicate() to avoid hang