Closed Bug 229874 Opened 21 years ago Closed 10 years ago

8 new 'Blamed Build Warnings; Linux brad Clobber' on 01/01 between 10:35 and 11:45 builds, (in files: TestGtkEmbedSocket.cpp, nsHTMLEditor.cpp, nsProxyObjectManager.cpp, mimemsg.cpp, TestIDN.cpp, TestXPTCInvoke.cpp, nsNewsFolder.cpp)

Categories

(Core :: General, defect)

defect
Not set
normal

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: sgautherie, Unassigned)

References

(Blocks 1 open bug, )

Details

(Whiteboard: [build_warning] bugday0420)

They are:

{ (1/8) blizzard
1.	embedding/browser/gtk/tests/TestGtkEmbedSocket.cpp:83 (See build log excerpt)
	Too many arguments for format

81 
82   if ((pid = fork()) == 0) { /* child */
83     execl("./TestGtkEmbedChild", "./TestGtkEmbedChild", buffer, NULL);
84     fprintf(stderr, "can't exec child\n");
85     _exit(1);
}

{ (2-3/8) cmanske (--> glazman#netscape.com !)
1-2.	editor/libeditor/html/nsHTMLEditor.cpp:168 (See 1st of 2 warnings in build log)
	When initialized here

166 , mSnapToGridEnabled(PR_FALSE)
167 , mGridSize(0)
168 {
169   mBoldAtom = do_GetAtom("b");
170   mItalicAtom = do_GetAtom("i");
}

{ (4/8) dougt
8.	xpcom/proxy/src/nsProxyObjectManager.cpp:119 (See build log excerpt)
	When initialized here

117 : mProxyClassMap(256, PR_TRUE),
118   mProxyObjectMap(256, PR_TRUE)
119 {
120     mProxyCreationMonitor = PR_NewMonitor();
121 }
}

{ (5/8) jefft
1.	mailnews/mime/src/mimemsg.cpp:522 (See build log excerpt)
	Long unsigned int format, PRUint32 arg (arg 3)

520 PRUint32 flags = 0;
521 char dummy = 0;
522 if (sscanf(xmoz, " %lx %c", &flags, &dummy) == 1 &&
523     flags & MSG_FLAG_PARTIAL)
524     obj->options->generate_footer_html_fn =
}

{ (6/8) nhotta#netscape.com
6.	netwerk/test/TestIDN.cpp:71 (See build log excerpt)
	`0' flag ignored with precision and `%X' printf format

69 NS_ConvertUTF8toUCS2 u(buf);
70 for (int i = 0; u[i]; i++) {
71   printf("U+%0.4X ", u[i]);
72 }
73 printf("\n");
}

{ (7/8) pavlov#netscape.com
3.	xpcom/reflect/xptcall/tests/TestXPTCInvoke.cpp:666 (See build log excerpt)
	Char format, void arg (arg 2)

664 
665 if(NS_SUCCEEDED(XPTC_InvokeByIndex(test, 12, 3, var)))
666     printf(" = %s\n", var[2].val.p);
667 else
668     printf("\tFAILED");
}

{ (8/8) sspitzer (--> bienvenu !)
7.	mailnews/news/src/nsNewsFolder.cpp:122 (See build log excerpt)
	When initialized here

120     m_downloadMessageForOfflineUse(PR_FALSE),
m_downloadingMultipleMessages(PR_FALSE), 
121     mReadSet(nsnull), mGroupUsername(nsnull), mGroupPassword(nsnull),
mAsciiName(nsnull)
122 {
123   MOZ_COUNT_CTOR(nsNewsFolder); // double count these for now.
124   /* we're parsing the newsrc file, and the line breaks are platform specific.
}

I don't know what made them appear :-(
Keywords: helpwanted
Summary: 8 new 'Blamed Build Warnings; Linux brad Clobber' on 01/01 between 10:35 and 11:45 builds → 8 new 'Blamed Build Warnings; Linux brad Clobber' on 01/01 between 10:35 and 11:45 builds, (in files: TestGtkEmbedSocket.cpp, nsHTMLEditor.cpp, nsProxyObjectManager.cpp, mimemsg.cpp, TestIDN.cpp, TestXPTCInvoke.cpp, nsNewsFolder.cpp)
Product: Browser → Seamonkey
Serge - could you please read the Bug Writing Guidelines 
at <http://www.mozilla.org/quality/bug-writing-guidelines.html> to see the 
kinds of information we need in a bug report. Please report back with more information 
(like BuildID and steps to reproduce) after reading those guidelines and consider 
using the guided form to report future bugs. 

The guided entry form can be found at <https://bugzilla.mozilla.org/enter_bug.cgi?format=guided> 
Thanks for your help in testing Mozilla.

Belril
I'm quite surprised by your comment...
What do you need more than a tinderbox reporting the warnings ? (see URL and Summary !)
As a side note, I should say that I dare think that I've learned enough to use the non-guided form usefully (more often than not).
Assignee: general → nobody
Product: SeaMonkey → Core
QA Contact: general → general
Whiteboard: bugday0420
Whiteboard: bugday0420 → [build_warning] bugday0420
These warnings are no longer applicable.
Status: NEW → RESOLVED
Closed: 10 years ago
Keywords: helpwanted
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.