[Bug c/60388] Program received signal SIGSEGV, Segmentation fault. 0xb7fb62ff in __pthread_create_2_1

2014-03-02 Thread sree.gooogle at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60388

Sreenath U S sree.gooogle at gmail dot com changed:

   What|Removed |Added

   Keywords||diagnostic
 CC||sree.gooogle at gmail dot com
   Severity|normal  |minor


[Bug c/60388] Program received signal SIGSEGV, Segmentation fault. 0xb7fb62ff in __pthread_create_2_1

2014-03-02 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60388

--- Comment #1 from Mikael Pettersson mikpelinux at gmail dot com ---
User error.  s/pthread_create(tid,/pthread_create(tid1[i],/g fixes it, as
gcc's warnings correctly identified.


[Bug c/60388] Program received signal SIGSEGV, Segmentation fault. 0xb7fb62ff in __pthread_create_2_1

2014-03-02 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60388

Andreas Schwab sch...@linux-m68k.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #2 from Andreas Schwab sch...@linux-m68k.org ---
Not a bug.