public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/53969] New: internal compiler error: Segmentation fault on Android(use NDK)
@ 2012-07-15  0:12 vincent_zhangbin at hotmail dot com
  2012-07-15  0:32 ` [Bug other/53969] " vincent_zhangbin at hotmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: vincent_zhangbin at hotmail dot com @ 2012-07-15  0:12 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 53969
           Summary: internal compiler error: Segmentation fault on
                    Android(use NDK)
    Classification: Unclassified
           Product: gcc
           Version: 4.3.4
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: vincent_zhangbin@hotmail.com


I've downloaded source code(.Zip) from the link
https://github.com/reizencroft/irrAndroid, which is a project using OGLES2.0 on
irrlicht(3D render engine) and android platform. The same as the attachment.
The steps to compile, to /examples/08.SpecialFX, and compile this with
"$NDK/ndk-build"

But, some compile errors occur:
"
In file included from jni/../../../source/Irrlicht/CImage.cpp:8:
jni/../../../source/Irrlicht/CBlit.h: In function 'void
irr::executeBlit_TextureBlend_16_to_16(const irr::SBlitJob*)':
jni/../../../source/Irrlicht/CBlit.h:790: internal compiler error: Segmentation
fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make: *** [obj/local/armeabi/objs/IrrAndroid/CImage.o] Error 1
"

I dont know Should i post this issue to GCC. :(
As the compile using toolchain: toolchain is arm-linux-androideabi-4.4.3"
Actually, it belongs to android-ndk-r7b-windows"
Intel P6200, 2G DDR3, GPU-AMD Radeon HD 6370M

Thanks


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/53969] internal compiler error: Segmentation fault on Android(use NDK)
  2012-07-15  0:12 [Bug c++/53969] New: internal compiler error: Segmentation fault on Android(use NDK) vincent_zhangbin at hotmail dot com
@ 2012-07-15  0:32 ` vincent_zhangbin at hotmail dot com
  2012-07-15 10:03 ` paolo.carlini at oracle dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: vincent_zhangbin at hotmail dot com @ 2012-07-15  0:32 UTC (permalink / raw)
  To: gcc-bugs

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

zhangbin <vincent_zhangbin at hotmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c++                         |other
            Version|4.3.4                       |4.4.3

--- Comment #1 from zhangbin <vincent_zhangbin at hotmail dot com> 2012-07-15 00:32:21 UTC ---
https://github.com/reizencroft/irrAndroid
Cant upload the project attachment, as it's too big.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/53969] internal compiler error: Segmentation fault on Android(use NDK)
  2012-07-15  0:12 [Bug c++/53969] New: internal compiler error: Segmentation fault on Android(use NDK) vincent_zhangbin at hotmail dot com
  2012-07-15  0:32 ` [Bug other/53969] " vincent_zhangbin at hotmail dot com
@ 2012-07-15 10:03 ` paolo.carlini at oracle dot com
  2012-07-16  9:42 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-07-15 10:03 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2012-07-15
     Ever Confirmed|0                           |1
           Severity|critical                    |normal

--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-07-15 10:03:07 UTC ---
Note that in any case 4.4.x is not maintained anymore, thus unless you can
reproduce the issue with 4.6.x or 4.7.x very likely nothing will happen.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/53969] internal compiler error: Segmentation fault on Android(use NDK)
  2012-07-15  0:12 [Bug c++/53969] New: internal compiler error: Segmentation fault on Android(use NDK) vincent_zhangbin at hotmail dot com
  2012-07-15  0:32 ` [Bug other/53969] " vincent_zhangbin at hotmail dot com
  2012-07-15 10:03 ` paolo.carlini at oracle dot com
@ 2012-07-16  9:42 ` rguenth at gcc dot gnu.org
  2012-07-16  9:56 ` vincent_zhangbin at hotmail dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-07-16  9:42 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-07-16 09:42:18 UTC ---
In file included from jni/../../../source/Irrlicht/CImage.cpp:8:

also please provide pre-processed source of CImage.cpp.  See
gcc.gnu.org/bugs.html.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/53969] internal compiler error: Segmentation fault on Android(use NDK)
  2012-07-15  0:12 [Bug c++/53969] New: internal compiler error: Segmentation fault on Android(use NDK) vincent_zhangbin at hotmail dot com
                   ` (2 preceding siblings ...)
  2012-07-16  9:42 ` rguenth at gcc dot gnu.org
@ 2012-07-16  9:56 ` vincent_zhangbin at hotmail dot com
  2012-07-16 12:34 ` rguenth at gcc dot gnu.org
  2013-11-09 23:09 ` pinskia at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: vincent_zhangbin at hotmail dot com @ 2012-07-16  9:56 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from zhangbin <vincent_zhangbin at hotmail dot com> 2012-07-16 09:56:15 UTC ---
Created attachment 27802
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27802
the C file

Please see the attach CImage.cpp.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/53969] internal compiler error: Segmentation fault on Android(use NDK)
  2012-07-15  0:12 [Bug c++/53969] New: internal compiler error: Segmentation fault on Android(use NDK) vincent_zhangbin at hotmail dot com
                   ` (3 preceding siblings ...)
  2012-07-16  9:56 ` vincent_zhangbin at hotmail dot com
@ 2012-07-16 12:34 ` rguenth at gcc dot gnu.org
  2013-11-09 23:09 ` pinskia at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-07-16 12:34 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-07-16 12:34:40 UTC ---
Please attach _preprocessed_ source.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/53969] internal compiler error: Segmentation fault on Android(use NDK)
  2012-07-15  0:12 [Bug c++/53969] New: internal compiler error: Segmentation fault on Android(use NDK) vincent_zhangbin at hotmail dot com
                   ` (4 preceding siblings ...)
  2012-07-16 12:34 ` rguenth at gcc dot gnu.org
@ 2013-11-09 23:09 ` pinskia at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2013-11-09 23:09 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |INVALID

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
No feedback in over a year so closing.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-11-09 23:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-15  0:12 [Bug c++/53969] New: internal compiler error: Segmentation fault on Android(use NDK) vincent_zhangbin at hotmail dot com
2012-07-15  0:32 ` [Bug other/53969] " vincent_zhangbin at hotmail dot com
2012-07-15 10:03 ` paolo.carlini at oracle dot com
2012-07-16  9:42 ` rguenth at gcc dot gnu.org
2012-07-16  9:56 ` vincent_zhangbin at hotmail dot com
2012-07-16 12:34 ` rguenth at gcc dot gnu.org
2013-11-09 23:09 ` pinskia at gcc dot gnu.org

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).