[Webkit-unassigned] [Bug 29808] New: [Qt] assertions to be visible on Symbian

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 28 08:32:33 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29808

           Summary: [Qt] assertions to be visible on Symbian
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: S60 Hardware
        OS/Version: S60 3rd edition
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: koshuin at gmail.com



Janne Koskinen <koshuin at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #40236|                            |review?
               Flag|                            |


Created an attachment (id=40236)
 --> (https://bugs.webkit.org/attachment.cgi?id=40236)
vprintf patch

Qt port of Symbian uses Open C to access posix libraries.
assertions.h uses vprintf to print out the assert messages into stderr.
In Open C stderr prints are lost somewhere and only stdout can be seen from
log files. This change that makes assert messages to be visible on Symbian.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list