зеркало из https://github.com/mozilla/pjs.git
The tinderbox problem was due to insufficient STARTUP_TMBUFSIZE, so re-increase the buffer size to 64K (from 16K) and comment out my debugging code.
This commit is contained in:
Родитель
0f6acba91f
Коммит
067795a0de
|
@ -274,7 +274,7 @@ struct AllocationFuncs
|
|||
|
||||
typedef struct logfile logfile;
|
||||
|
||||
#define STARTUP_TMBUFSIZE (16 * 1024)
|
||||
#define STARTUP_TMBUFSIZE (64 * 1024)
|
||||
#define LOGFILE_TMBUFSIZE (16 * 1024)
|
||||
|
||||
struct logfile {
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
#include "nsTraceMalloc.h"
|
||||
#include "tmreader.h"
|
||||
|
||||
#define DEBUG_tmreader
|
||||
#undef DEBUG_tmreader
|
||||
|
||||
static int accum_byte(FILE *fp, uint32 *uip)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче