Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-5239

catch blocks will not compile with gcce pre Symbian^3, undefined reference to `__cxa_get_exception_ptr'

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 4.6.2
    • 4.6.1
    • None
    • None
    • ca3ce9263eaef963d934d221bd1dec37e7bf0871

    Description

      Complie the following code with GCCE:

      try

      { console->Write(_L("Hello, world!\n")); }

      catch (std::bad_alloc) {}

      You get:
      undefined reference to `__cxa_get_exception_ptr'

      This is being fixed for Symbian^3 and Symbian^4, but nothing earlier. See DEF140826

      RVCT and winscw builds do not have this problem.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              e0150566 Janne Koskinen
              mread Murray Read
              Votes:
              3 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes