This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

exp/1145: GETENV and lower case env variables access failure under gdb, but ok without


>Number:         1145
>Category:       exp
>Synopsis:       GETENV and lower case env variables  access failure under gdb, but ok without
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Mar 18 08:58:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     gbourgeois at yaccom dot com
>Release:        unknown-1.0
>Organization:
>Environment:
Cygwin1.20.13 , GNU gdb 5.0 (20010428-3)
>Description:
As a program ran without gdb may access to different kind of
env variables with getenv("UPPER_CASE_VARIABLE") and
getenv ("lower_case_variable"); if the same program is being debugged with gdb, lowercase access fails since
gdb creates its won shel and make ALL the variables UPPERCASE ?

>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]