public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "zgenjix at yahoo dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/57171] Internal compiler error: Error reporting routines re-entered.
Date: Sat, 04 May 2013 16:31:00 -0000	[thread overview]
Message-ID: <bug-57171-4-2vcoE4Wqve@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-57171-4@http.gcc.gnu.org/bugzilla/>


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57171

--- Comment #2 from Amir Taaki <zgenjix at yahoo dot com> 2013-05-04 16:31:05 UTC ---
https://mega.co.nz/#!P5ACwTCS!FKmUL1h0s77t2Wq0R5h8XRJCfuwSThAf30C1VDPHBno

"The file you are trying to attach is 3772 kilobytes (KB) in size. Attachments
cannot be more than 1000 KB.
We recommend that you store your attachment elsewhere and then insert the URL
to it in a comment, or in the URL field for this bug.
Alternately, if your attachment is an image, you could convert it to a
compressible format like JPG or PNG and try again. "

I figured out where the bug was coming from. I'm using
std::unique_ptr<leveldb::DB>, and passing some of those into a constructor for
an object which expects leveldb::DB*. The implicit cast was proving problematic
(yielding the error given above), but using foo.get() instead of just passing
foo is fine.


  parent reply	other threads:[~2013-05-04 16:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-04 15:31 [Bug c++/57171] New: " zgenjix at yahoo dot com
2013-05-04 16:06 ` [Bug c++/57171] " paolo.carlini at oracle dot com
2013-05-04 16:31 ` zgenjix at yahoo dot com [this message]
2013-05-04 16:42 ` paolo.carlini at oracle dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-57171-4-2vcoE4Wqve@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).