VirtualBox

Changeset 35420 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jan 7, 2011 10:03:22 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69287
Message:

Main/include/VirtualBox: fixed ComAssertMsg macro causing random crashes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/VirtualBoxBase.h

    r34073 r35420  
    203203            setError(E_FAIL, \
    204204                     "Assertion failed: [%s] at '%s' (%d) in %s.\n%s.\nPlease contact the product vendor!", \
    205                      #expr, __FILE__, __LINE__, __PRETTY_FUNCTION__); \
     205                     #expr, __FILE__, __LINE__, __PRETTY_FUNCTION__, Utf8StrFmt a .c_str()); \
    206206    } while (0)
    207207#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette