mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
10500e0071
commit
181b2fd18f
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user