[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#236291: FWD: [asac@jwsdot.com: Bug#236291: Help needed for hppa Segmentation fault on buildd during configure]



Hi Alex,

>Hmm, I cannot access the buildd, nor can I access a debian hppa box, 
>Since I am not yet a DD.
>I only have access to i386 files.
>
>So in my i386 config.log I can see:
>
>gcc -c    conftest.c
>
>to compile it.
>
>For the conftest.h issue:
>I attached a conftest.h snapshot from just before the named 'const' test

>would segfault on hppa.

Ok, I can so just replace conftest.h by the few #define and I can reproduce
de segv with "gcc conftest.c" and even isolate the pb which is here:
[snip]
p = (char**) ccp;
ccp = (char const *const *) p;
{ /* SCO 3.2v4 cc rejects this. */
 char *t;
 char const *s = 0 ? (char *) 0 : (char const *) 0;
                                                                        
      
 *t++ = 0;  <========== THIS IS THE PB
}
[snip]

IMHO it should be a pb on all arch as far as "t" is not initialized?

replacing "char *t;" by "char *t="anotherstring"; make it works but I have
no clue on how this code is supposed to failed in this case.

hth,
    Joel





Remember, this problem did not occur during the 0.5-2 build.
So maybe
> a respin on a box != buildd will succeed.


If you need further information, please let me know.

Thx for any help

Alex

-- 
 PGP messages preferred. |  .''`.  ** Debian GNU/Linux **
 Alexander Sack          | : :' :      The  universal
 a
> ac@jwsdot.com         | `. `'      Operating System
 http://www.jwsdot.com/  |   `-    http://www.debian.org/


> 
> Attachment: confdefs.h.before
> 


----------------------------------------------------------------------------------------
Tiscali ADSL: 19,50 ?/mois, pendant 3 mois! L'Internet rapide, c'est pour
tout le monde.
http://reg.tiscali.be/default.asp?lg=fr





Reply to: