OpenSolaris

Printable Version Enter a New Search
Bug ID 6294890
Synopsis ::setenv dcmd dumps core if no target specified
State 10-Fix Delivered (Fix available in build)
Category:Subcategory utility:mdb
Keywords mdb | onnv_triage | oss-bite-size | oss-request | oss-sponsor | setenv
Sponsor Eric Schrock
Submitter richlowe
Responsible Engineer Eric Schrock
Reported Against s10_74
Duplicate Of
Introduced In solaris_10
Commit to Fix snv_31
Fixed In snv_31
Release Fixed solaris_nevada(snv_31)
Related Bugs 6219056
Submit Date 8-July-2005
Last Update Date 17-February-2007
Description
The mdb ::setenv dcmd cores if no target object file is specified on the command line:

# mdb
> ::setenv foo=bar
Segmentation Fault - core dumped

# pstack /var/core/core.mdb.11943.1120816044
core '/var/core/core.mdb.11943.1120816044' of 11943:	mdb
 fffffd7fff2d0090 Pstate ()
 00000000004267c2 dcmd_invoke () + 5c
 0000000000426977 mdb_call_idcmd () + 109
 000000000042633d mdb_call () + 340
 0000000000458265 yyparse () + 48e
 0000000000425dba mdb_run () + 264
 000000000043dd96 main () + 12a2
 000000000041f3dc _start () + 6c

 xxxxx@xxxxx.com 2005-07-08 09:58:40 GMT
Work Around
N/A
Comments
N/A