[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-filesystem-dev
Subject:    [Filesystem-dev] CR:Build error for http file system for ARMV5 UDEB
From:       <Praveen.Thimmashetty () nokia ! com>
Date:       2008-02-12 18:02:10
Message-ID: 2A15C07EF7DF6243A092FB438FD4B366C8D508 () daebe103 ! NOE ! Nokia ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


> "Nokia submits this code under the terms of a commercial contribution
> agreement with Real Networks, and I am authorized to contribute this
> code under said agreement."
> 
> Modified by:  Praveen.Thimmashetty@nokia.com
> 
> Reviewed by: 
> 
> Date: 12-February-2008
> 
> Project: SymbianMmf
> 
>       ErrorId: SUB 409-795
>             
> Synopsis:  CR:Build error for http file system for ARMV5 UDEB target
> 		Updated to remove initialized data. 
> 		
> Root Cause of the problem: Implementation
>  
> Files Modified:
> filesystem\http\httpfsys.cpp
> 
> New files added:
> None.
> 
> 
> Image Size and Heap Use impact: no major impact 
> 
> Module Release testing (STIF) :  Passed.
> 
> Test case(s) Added  :  No. 
> 
> Memory leak check performed : Yes.  No new leaks introduced. 
> 
> Platforms and Profiles Build Verified: helix-client-s60-32-mmf-mdf-arm
> 
> Platforms and Profiles Functionality verified: armv5,winscw
> 
>       Branch: hxclient_2_1_0_cayennes & HEAD
> 
>  <<diff.txt>> 
> 

[Attachment #5 (text/html)]

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7653.3">
<TITLE>CR:Build error for http file system for ARMV5 UDEB target</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->
<BR>

<P><FONT SIZE=2 FACE="Arial">&quot;Nokia submits this code under the terms of a \
commercial contribution agreement with Real Networks, and I am authorized to \
contribute this code under said agreement.&quot;</FONT></P> <UL>
<P><FONT SIZE=2 FACE="Arial">Modified by:&nbsp; Praveen.Thimmashetty@nokia.com</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Reviewed by: </FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Date: 12-February-2008</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Project: SymbianMmf</FONT>
</P>
</UL>
<P><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
ErrorId<B></B></FONT><B><FONT FACE="Arial">:</FONT></B> <FONT SIZE=2 FACE="Arial">SUB \
409-795</FONT> <UL>
<P><FONT FACE="Helv">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT> \


<BR><FONT SIZE=2 FACE="Arial">Synopsis:&nbsp; CR:Build error for http file system for \
ARMV5 UDEB target</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">Updated to \
remove initialized data. </FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 

<BR><FONT SIZE=2 FACE="Nokia Sans Wide">Root Cause of the problem:</FONT> <FONT \
SIZE=2 FACE="Arial">Implementation</FONT>

<BR><FONT SIZE=2 FACE="Arial"></FONT>&nbsp;

<BR><FONT SIZE=2 FACE="Arial">Files Modified:</FONT>

<BR><FONT SIZE=2 FACE="Arial">filesystem\http\httpfsys.cpp</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">New files added:</FONT>

<BR><FONT SIZE=2 FACE="Arial">None.</FONT>
</P>
<BR>

<P><FONT SIZE=2 FACE="Arial">Image Size and Heap Use impact: no major impact </FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Module Release testing (STIF) :&nbsp; Passed.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Test case(s) Added&nbsp; :&nbsp; No. </FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Memory leak check performed : Yes.&nbsp; No new leaks \
introduced. </FONT> </P>

<P><FONT SIZE=2 FACE="Arial">Platforms and Profiles Build Verified: \
helix-client-s60-32-mmf-mdf-arm</FONT> </P>

<P><FONT SIZE=2 FACE="Arial">Platforms and Profiles Functionality verified: \
armv5,winscw</FONT> </P>
</UL>
<P><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Branch: \
hxclient_2_1_0_cayennes &amp; HEAD</FONT> </P>

<P><FONT FACE="Arial" SIZE=2 COLOR="#000000"> &lt;&lt;diff.txt&gt;&gt; </FONT>
</P>

</BODY>
</HTML>


["diff.txt" (text/plain)]

Index: httpfsys.cpp
===================================================================
RCS file: /cvsroot/filesystem/http/httpfsys.cpp,v
retrieving revision 1.88.2.3
diff -w -u -b -r1.88.2.3 httpfsys.cpp
@@ -1755,12 +1755,16 @@
     HXScopeLock lock(m_pMutex);
 
     HX_RESULT           lResult      = HXR_OK;
+#if !defined(HELIX_CONFIG_NOSTATICS)
     static UINT32       ulReadCount  = 0;
+#endif
     HX_RESULT           lSocketReadResult = HXR_OK;
     UINT32              ulCurrentContig = 0;
 
+#if !defined(HELIX_CONFIG_NOSTATICS)
     HXLOGL3(HXLOG_HTTP, "Read #%03lu, Pos is %lu, Size is %4lu, Recurs is %2u, \
                FileObj is '%s'",
             ++ulReadCount, m_ulCurrentReadPosition, ulCount, m_ulRecursionCount + 1, \
NULLOK(m_pFilename)); +#endif
 
     if (m_LastError)
     {



_______________________________________________
Filesystem-dev mailing list
Filesystem-dev@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/filesystem-dev


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic