public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug malloc/14589] New: mtrace.pl : error Number found where operator expected at ./mtrace.pl line 227
@ 2012-09-17 13:12 jpdonnelly at eucalyptus dot com
  2012-09-17 13:42 ` [Bug malloc/14589] " jpdonnelly at eucalyptus dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jpdonnelly at eucalyptus dot com @ 2012-09-17 13:12 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14589

             Bug #: 14589
           Summary: mtrace.pl : error Number found where operator expected
                    at ./mtrace.pl line 227
           Product: glibc
           Version: 2.12
            Status: NEW
          Severity: normal
          Priority: P2
         Component: malloc
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jpdonnelly@eucalyptus.com
    Classification: Unclassified


Running mtrace.pl on a file created by "mtrace()" lib call crashes:

[root@eucahost-51-75 eucalyptus]# ./mtrace.pl mtrace.log
Array found where operator expected at ./mtrace.pl line 227, at end of line
    (Missing operator before ?)
Number found where operator expected at ./mtrace.pl line 227, near "@ - 7"
    (Missing operator before 7?)
syntax error at ./mtrace.pl line 227, near "@XXX@ - "
Execution of ./mtrace.pl aborted due to compilation errors.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug malloc/14589] mtrace.pl : error Number found where operator expected at ./mtrace.pl line 227
  2012-09-17 13:12 [Bug malloc/14589] New: mtrace.pl : error Number found where operator expected at ./mtrace.pl line 227 jpdonnelly at eucalyptus dot com
@ 2012-09-17 13:42 ` jpdonnelly at eucalyptus dot com
  2012-09-17 13:43 ` jpdonnelly at eucalyptus dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jpdonnelly at eucalyptus dot com @ 2012-09-17 13:42 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14589

--- Comment #1 from jpdonnelly at eucalyptus dot com 2012-09-17 13:42:18 UTC ---
Created attachment 6635
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6635
trace file

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug malloc/14589] mtrace.pl : error Number found where operator expected at ./mtrace.pl line 227
  2012-09-17 13:12 [Bug malloc/14589] New: mtrace.pl : error Number found where operator expected at ./mtrace.pl line 227 jpdonnelly at eucalyptus dot com
  2012-09-17 13:42 ` [Bug malloc/14589] " jpdonnelly at eucalyptus dot com
@ 2012-09-17 13:43 ` jpdonnelly at eucalyptus dot com
  2012-09-17 13:57 ` jpdonnelly at eucalyptus dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jpdonnelly at eucalyptus dot com @ 2012-09-17 13:43 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14589

jpdonnelly at eucalyptus dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jpdonnelly at eucalyptus
                   |                            |dot com

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug malloc/14589] mtrace.pl : error Number found where operator expected at ./mtrace.pl line 227
  2012-09-17 13:12 [Bug malloc/14589] New: mtrace.pl : error Number found where operator expected at ./mtrace.pl line 227 jpdonnelly at eucalyptus dot com
  2012-09-17 13:42 ` [Bug malloc/14589] " jpdonnelly at eucalyptus dot com
  2012-09-17 13:43 ` jpdonnelly at eucalyptus dot com
@ 2012-09-17 13:57 ` jpdonnelly at eucalyptus dot com
  2012-09-17 14:09 ` schwab@linux-m68k.org
  2014-06-17  4:29 ` fweimer at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: jpdonnelly at eucalyptus dot com @ 2012-09-17 13:57 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14589

--- Comment #2 from jpdonnelly at eucalyptus dot com 2012-09-17 13:57:03 UTC ---
1. Why is this failing :
root@eucahost-51-75 eucalyptus]# ./mtrace.pl mtrace.log
-bash: ./mtrace.pl: @PERL@: bad interpreter: No such file or directory

2.[root@eucahost-51-75 eucalyptus]# head ./mtrace.pl 
#! @PERL@
eval "exec @PERL@ -S $0 $@"
    if 0;
# Copyright (C) 1997-2008, 2009, 2010 Free Software Foundation, Inc.


3. most perl scripts start with 

#!/usr/bin/perl

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug malloc/14589] mtrace.pl : error Number found where operator expected at ./mtrace.pl line 227
  2012-09-17 13:12 [Bug malloc/14589] New: mtrace.pl : error Number found where operator expected at ./mtrace.pl line 227 jpdonnelly at eucalyptus dot com
                   ` (2 preceding siblings ...)
  2012-09-17 13:57 ` jpdonnelly at eucalyptus dot com
@ 2012-09-17 14:09 ` schwab@linux-m68k.org
  2014-06-17  4:29 ` fweimer at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: schwab@linux-m68k.org @ 2012-09-17 14:09 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14589

Andreas Schwab <schwab@linux-m68k.org> changed:

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

--- Comment #3 from Andreas Schwab <schwab@linux-m68k.org> 2012-09-17 14:09:18 UTC ---
mtrace.pl is the unsubstituted source, the installed script is called mtrace.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug malloc/14589] mtrace.pl : error Number found where operator expected at ./mtrace.pl line 227
  2012-09-17 13:12 [Bug malloc/14589] New: mtrace.pl : error Number found where operator expected at ./mtrace.pl line 227 jpdonnelly at eucalyptus dot com
                   ` (3 preceding siblings ...)
  2012-09-17 14:09 ` schwab@linux-m68k.org
@ 2014-06-17  4:29 ` fweimer at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: fweimer at redhat dot com @ 2014-06-17  4:29 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=14589

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

end of thread, other threads:[~2014-06-17  4:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-17 13:12 [Bug malloc/14589] New: mtrace.pl : error Number found where operator expected at ./mtrace.pl line 227 jpdonnelly at eucalyptus dot com
2012-09-17 13:42 ` [Bug malloc/14589] " jpdonnelly at eucalyptus dot com
2012-09-17 13:43 ` jpdonnelly at eucalyptus dot com
2012-09-17 13:57 ` jpdonnelly at eucalyptus dot com
2012-09-17 14:09 ` schwab@linux-m68k.org
2014-06-17  4:29 ` fweimer at redhat dot com

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