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

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes