[Bug 681108] New: [make] make command gives a glibc backtrace
https://bugzilla.novell.com/show_bug.cgi?id=681108 https://bugzilla.novell.com/show_bug.cgi?id=681108#c0 Summary: [make] make command gives a glibc backtrace Classification: openSUSE Product: openSUSE 11.5 Version: Factory Platform: x86-64 OS/Version: SuSE Other Status: NEW Severity: Critical Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: hrgyster@gmail.com QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0b12) Gecko/20110222 Firefox/4.0b12 I trying build android platform on my laptop, and make command reports a glibc backtrace at the very early in build process. It seems memory handle problem. This bug appears in 11.4 and factory version too Reproducible: Always Steps to Reproduce: 1. Initialize an android source tree as described at http://source.android.com/source/download.html 2. go to cloned dir 3. make files Actual Results: Backtrace (see attachment) Expected Results: continue build process -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=681108 https://bugzilla.novell.com/show_bug.cgi?id=681108#c1 --- Comment #1 from Gabor Garami <hrgyster@gmail.com> 2011-03-20 12:33:30 UTC --- Created an attachment (id=420370) --> (http://bugzilla.novell.com/attachment.cgi?id=420370) glibc backtrace -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=681108 https://bugzilla.novell.com/show_bug.cgi?id=681108#c zj jia <zjjia@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zjjia@novell.com AssignedTo|bnc-team-screening@forge.pr |pbaudis@novell.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=681108 https://bugzilla.novell.com/show_bug.cgi?id=681108#c Petr Baudis <pbaudis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #420370|text/x-log |text/plain mime type| | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=681108 https://bugzilla.novell.com/show_bug.cgi?id=681108#c2 Petr Baudis <pbaudis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pbaudis@novell.com AssignedTo|pbaudis@novell.com |mhopf@novell.com --- Comment #2 from Petr Baudis <pbaudis@novell.com> 2011-03-21 11:22:53 UTC --- glibc merely detected a problem in make, posting a (rather unhelpful) backtrace. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=681108 https://bugzilla.novell.com/show_bug.cgi?id=681108#c3 Matthias Hopf <mhopf@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #3 from Matthias Hopf <mhopf@novell.com> 2011-04-18 17:25:02 UTC --- Ok, was able to reproduce. Analyzing. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=681108 https://bugzilla.novell.com/show_bug.cgi?id=681108#c4 --- Comment #4 from Matthias Hopf <mhopf@novell.com> 2011-04-19 13:32:45 UTC --- Created an attachment (id=425639) --> (http://bugzilla.novell.com/attachment.cgi?id=425639) Patch for fixing whitespace handling in tokenization. This patch fixes the issue. Submitting to Base:System, then SR'ing to Factory. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=681108 https://bugzilla.novell.com/show_bug.cgi?id=681108#c5 Matthias Hopf <mhopf@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://savannah.gnu.org/bu | |gs/index.php?33125 --- Comment #5 from Matthias Hopf <mhopf@novell.com> 2011-04-19 13:33:14 UTC --- Submitted issue and patch upstream: https://savannah.gnu.org/bugs/index.php?33125 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=681108 https://bugzilla.novell.com/show_bug.cgi?id=681108#c6 --- Comment #6 from Matthias Hopf <mhopf@novell.com> 2011-04-19 14:57:30 UTC --- Just found that this apparently breaks test variables/define. Analyzing. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=681108 https://bugzilla.novell.com/show_bug.cgi?id=681108#c7 Matthias Hopf <mhopf@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #425639|0 |1 is obsolete| | --- Comment #7 from Matthias Hopf <mhopf@novell.com> 2011-04-19 15:15:24 UTC --- Created an attachment (id=425659) --> (http://bugzilla.novell.com/attachment.cgi?id=425659) Revised patch This patch does not change tokenization, but rather fixes the array counting issue only. It does comply with all regression tests. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=681108 https://bugzilla.novell.com/show_bug.cgi?id=681108#c8 Matthias Hopf <mhopf@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #8 from Matthias Hopf <mhopf@novell.com> 2011-04-19 16:18:27 UTC --- Submitted to Base:System, SR'ed to Factory. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=681108 https://bugzilla.novell.com/show_bug.cgi?id=681108#c9 Matthias Hopf <mhopf@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Matthias Hopf <mhopf@novell.com> 2011-05-02 14:35:18 UTC --- Fixed in upstream repo. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=681108 https://bugzilla.novell.com/show_bug.cgi?id=681108#c10 --- Comment #10 from Gabor Garami <hrgyster@gmail.com> 2011-05-03 07:28:05 UTC --- It will pushed to 11.4 too? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=681108 https://bugzilla.novell.com/show_bug.cgi?id=681108#c11 Matthias Hopf <mhopf@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lestermartin92@gmail.com --- Comment #11 from Matthias Hopf <mhopf@novell.com> 2011-05-10 16:40:49 UTC --- *** Bug 692442 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=692442 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com