OpenSolaris
Collectives
Discussions
Documentation
Download
Source Browser
Free CD
Log-in
|
en
Project indiana
:
Resources
>
Reporting Bugs
Top Menu
Show
:
Comments
Attachments
History
Information
Print
:
Print
Print preview
Export as PDF
Export as RTF
Export as HTML
Export as XAR
Wiki code for
Reporting Bugs
Hide Line numbers
1: == Reporting Bugs 2: 3: Having tried out OpenSolarisTM, you may have come across flaws in the software known as ’bugs’. Reporting bugs to the developers is the best way of providing feedback about your experiences, and making sure the flaws and frustrations you come across are fixed in the future. We use [[defect.opensolaris.org>>http://defect.opensolaris.org/]] to act as that crucial interface between the developers and users. We very much appreciate you taking the time to help us improve the quality of our software. 4: 5: === Create an Account 6: 7: If you wish to log a bug, you will need to [[create an account>>http://defect.opensolaris.org/bz/createaccount.cgi]] on [[defect.opensolaris.org>>http://defect.opensolaris.org/]]. To create a new account, simply provide a valid email address. After entering the email address, you will receive an email to confirm the creation of your account. Once you have confirmed your account, you will be able to login and report a bug. 8: 9: === Reporting a bug 10: 11: Reporting a bug is easy! But before you create a new bug, first search for an existing bug that already covers your case, which is even easier; the developers appreciate not having to spend time closing duplicates. Type the error message you’re hitting, or some keywords that might describe your problem, into the text box that’s at the top and bottom of the Bugzilla pages, and then click the Find button; this searches against all open bug reports. For extra credit, click on the [[Search>>http://defect.opensolaris.org/bz/query.cgi]] link and use the full search features to search more deeply, including against already-closed bugs. If you find a match against an open bug, add any additional information you can offer that might help in diagnosing or resolving the bug. You can also add yourself to the CC list to be notified of updates to the bug. 12: 13: If you’ve tried a search or two and didn’t find a match, then click on the [[Enter a new bug report>>http://defect.opensolaris.org/bz/enter_bug.cgi]] link, then on the [[Distribution>>http://defect.opensolaris.org/bz/enter_bug.cgi?classification=Distribution]] link, and then on the **opensolaris** product. You will notice you can choose a specific component on which to log a bug - 14: 15: |=Component|=Description|=QA Watch Alias 16: |desktop|Issues relating to the desktop environment, including GNOME, Firefox, and the X server.|qa-opensolaris-desktop@defect.opensolaris.org 17: |device-utility|Issues relating to the detection of hardware devices using the Device Driver Utility|qa-ddu@defect.opensolaris.org 18: |documentation|Issues relating to documentation|qa-opensolaris-documentation@defect.opensolaris.org 19: |hardware|Issues relating to hardware support and drivers including sound, graphics and other peripherals.|qa-opensolaris-hardware@defect.opensolaris.org 20: |i18n-l10n|Issues relating to the translation of software in OpenSolaris|qa-opensolaris-g11n@defect.opensolaris.org 21: |install|Issues relating to the installation of OpenSolaris.|qa-opensolaris-install@defect.opensolaris.org 22: |kernel|Issues relating to the kernel, and core operating system features.|qa-opensolaris-kernel@defect.opensolaris.org 23: |livecd|Issues relating to the LiveCD capability of OpenSolaris.|qa-livecd@defect.opensolaris.org 24: |networking|Issues relating to network configuration and connectivity.|qa-opensolaris-networking@defect.opensolaris.org 25: |packaging|Issues relating to the network based package management system, IPS.|qa-opensolaris-packaging@defect.opensolaris.org 26: |software|Issues relating to additional software on the single CD install, or that available on the IPS network package repository hosted at opensolaris.org.|qa-opensolaris-software@defect.opensolaris.org 27: 28: Once you have selected your component, fill in a **Summary** and **Description** of what the bug is and click on the **Commit** button. You may optionally want to set the **Severity** on the bug, giving us a rough idea of how severe you think the bug might be, along with anyone you would like to add to the **Cc** field. From time to time you may see activity on the bug as new information is added, along with the resolution of the bug either because there was an existing duplicate bug, or the bug was fixed! 29: 30: === Bug Reporting Tips 31: 32: The best bug reports are those where the user has gone above and beyond the call of duty by providing as much information as they could regarding the bug. Where possible they have provided exact details of how to reproduce the bug, attached a stack trace or digital photo showing the bug where possible. Some good guidelines for writing effective bug reports are [[here>>http://defect.opensolaris.org/bz/page.cgi?id=bug-writing.html]]. 33: 34: ==== General Tips for a Useful Bug Report 35: 36: The following guidelines come courtesy of the [[GNOME project>>http://www.gnome.org/]], for which we thank them. Use an explicit structure, so your bug reports are easy to skim. Bug fixers often need immediate access to specific sections of your bug. If your Bugzilla installation supports the Bugzilla Helper, use it. 37: 38: Avoid cuteness if it costs clarity. At 3:00 AM, nobody will be laughing at your funny bug title when they can’t remember how to find your bug. 39: 40: One bug per report. Completely different people typically fix, verify, and prioritize different bugs. If you mix a handful of bugs into a single report, the right people probably won’t discover your bugs in a timely fashion, or at all. Certain bugs are also more important than others. It’s impossible to prioritize a bug report when it contains four different issues, all of differing importance. 41: 42: No bug is too trivial to report. Unless you’re reading the source code itself, you generally can’t see many software bugs ~-- you’ll see their visible manifestations. Severe software problems can manifest themselves in superficially trivial ways. File them anyway. 43: 44: ==== How and Why to Write Good Bug Summaries 45: 46: You want to make a good first impression on the bug recipient. Just like a New York Times headline guides readers towards a relevant article from dozens of choices, will your bug summary suggest that your bug report is worth reading from dozens or hundreds of choices? 47: 48: Conversely, a vague bug summary like "install problem" forces anyone reviewing installation bugs to waste time opening up your bug to determine whether it matters. 49: 50: Your bug will often be searched by its summary. Just as you’d find web pages with Google by searching by keywords through intuition, so will other people locate your bugs. Descriptive bug summaries are naturally keyword-rich, and easier to find. 51: 52: For example, you’ll find a bug titled "Dragging icons from List View to gnome-terminal doesn’t paste path" if you search on "List", "terminal", or "path". Those search keywords wouldn’t have found a bug titled "Dragging icons doesn’t paste". 53: 54: Ask yourself, "Would someone understand my bug from just this summary?" If so, you’ve written a fine summary. 55: 56: **Bad bug titles:** 57: 58: >1. "Can’t install" - Why can’t you install? What happens when you try to install? 59: 1. "Severe Performance Problems" - ...and they occur when you do what? 60: 1. "back button does not work" - Ever? At all? 61: 62: **Good bug titles:** 63: 64: >1. "SUNWgnome-panel failed to upgrade from version 2.20.2 to 2.20.3" - Explains problem and the context. 65: 1. "Installer crashes if launched from OpenSolaris Developer Preview LiveCD" - Explains what happens, and the context.
Search
Collectives
Community Group
Academic and Research
Accessibility
Advocacy
Appliances
Approachability
Architecture Process and Tools
BrandZ
Chinese Users
Community Advisory Board
Databases
Desktop
Device Drivers
Distribution
Documentation
DTrace
Emerging Platforms
Fault Management
Games on OpenSolaris
HA Clusters
HPC Developer
Installation and Packaging
Internationalization and Localization
Laptop
Logical Domains
Modular Debugger (MDB)
Networking
NFS
Observability
OpenSolaris Governing Board (OGB)
OpenSolaris Printing
OS/Net (ON)
Performance
Power Management
PowerPC
Security
Service Management Facility (smf(5))
Software Porters
Solaris Volume Manager
Storage
Systems Administration Community Group
Testing
Tools Home
Unix File Systems (UFS)
Website Community
X Window System
Xen
ZFS
Zones
Project
ADSL Modem Enhancement
ARC Process Definition
ARM Platform Port
Automatic Data Migration
BIND Update
Bluetooth Stack & Drivers
Brocade FC HBA - Initiator
Brocade FC HBA - Target
Brussels - unified network link configuration
Caiman, Solaris Install Revisited
Celeste
Český portál
Chime Visualization Tool for DTrace
CIFS client for Solaris
CIFS Server
Clearview: Network Interface Coherence
Cluster Agent: Informix Dynamic Server
Cluster Agent: OpenSolaris Container
Cluster Agent: OpenSolaris xVM
Cluster Agent: Oracle E-Business Suite
Cluster agent: PostgreSQL
Cluster Agent: Samba
Cluster Agent: Tomcat
CMT
Coarse Data Flow Parallelism
Colorado: Open HA Cluster on OpenSolaris
Command Assistant
Common Array Manager
Companion - /opt/sfw: Free and Open Source software
COMSTAR: Common Multiprotocol SCSI Target
Content
Contest
CPU Observability
Credentials Process Groups
Crossbow: Network Virtualization and Resource Control
Crypto KMS Agent Toolkit
Cryptographic Framework
Data Migration Manager
Data Tethers
Deutsches Portal
Device Detection Tool
Device Driver Utility
Device Manager
Device Mapper
Direct Rendering Infrastructure & 3D drivers
DTrace Guide
Duckwater: Simplified name services management
Easy Tools
Emancipation
Emulex Fibre Channel Device Driver
Emulex Advanced Ethernet Device Driver
Enable/Enhance Solaris support for Intel Platform
Enhance the support of USB webcams
Enhanced SMF Profiles
Enhancements for AMD-based Platforms
Erlang DTrace Integration
Ethernet bridge module for Solaris
Evaluate Conary
Events Registry
Ext3 file system support
F/OSS Package Base
Facilitation
Fibre Channel over Ethernet
Fine Grained Access Policy (FGAP)
Fingerprint Authentication
Flexible Mandatory Access Control
Forensic Tools
Fully Open X Project
Fuse on Solaris
gcore
Generic Machine Check Architecture Improvements
Google SOC
HA-JBoss
HA-MySQL
Hadoop Live CD
Hitachi
HoneyComb Fixed Content Storage
HPC Stack
Image Packaging System
Improved Performance MIB
Indiana
Innovation Awards
Input Method
Intel Graphics
Internet Key Exchange, version 2
Interrupt Resource Management
IP Datapath Refactoring
IP over Infiniband
IPsec Tunnel Reform
iSCSI Extensions for Remote DMA (iSER)
iSNS Server
JeOS - Just enough Operating System
JKstat - a java binding for libkstat
Journaled File System (JFS)
K Desktop Environment
Kerberos
Kernel Sockets
Kernel SSL Enhancements
Key Management Framework
Korn Shell 93 integration/migration project
Labeled IPsec
LatencyTOP
Layer 2 Filtering
LDoms Manager
Lending
libMicro - portable microbenchmarks
Link Layer Discovery
Live Media: Technologies for distributions running from CD and other media
Locale Data
lofi compression and cryptography support
lx64 brand
Media Management System
Mega_sas
Mexico
MilaX minimal Live Distribution
MIPS Platform Port
Mozilla DTrace
MRSL.NONsharedDevice
Multi-lingual Glossary
Multi-pathing software (MPxIO)
Multiple disk sector size support
Multiple DOI
Muskoka: An open repository for OpenSolaris technical content
Navigator
Nemo: A Framework for High-Performance Networking
Network Auto-Magic
Network Data Management Protocol
Network MIBs
Network Storage
Network Time Protocol (NTP)
Nevada Globalization
New Design of 4over6 Mechanism Based on OpenSolaris
NFS RDMA transport update and performance analysis
NFS Server in non-Global Zones
NFS version 4.1 pNFS
NFSv4 namespace extensions
Nightingale: Port Songbird to OpenSolaris
NPort ID Virtualization (NPIV)
NUMA
Object Storage Device (OSD) support for Solaris
OHACGE Script Based Plug-in
ON/Nevada (ONNV) Project
Open Development Infrastructure
Open HA Cluster Utilities
Open Sound System
OpenGrok
OpenPegasus CIM Server
OpenRTI
OpenSolaris Busybox
OpenSolaris Desktop
OpenSolaris Hispano
OpenSolaris Security Audit
OpenSolaris support for the QEMU processor emulator: host and guest
PEF: Packet Event Framework
Performance Wrappers
Pkgfactory
Polski Portal
Portail Francophone
Portal Brasil
Portals
Power Management Usability Interfaces
Presto: Automatic Printing Configuration
Printable Many Page Solaris Manuals
Promise SuperTrak RAID HBA Driver
QLogic Converged Network Adapter GLDv3 NIC Driver
Quagga Routing Protocol Suite Integration
RAID Configuration Utility
RBridge (IETF TRILL) support
RDMA Offload Framework
Reno: Login Process Enhancements for Interop
Resource Management
s10brand
SAM/QFS
SCM Migration Project
SCSI RDMA Protocol
SDcard Drivers
Sensor Abstraction Layer
Session Initiation Protocol
SFW
Shell: bourne shell, korn shell, C shell, etc.
Sierra: Intel WiFi Chipsets Support
Simple Panels
SM-HBA Based SAS HBA Management
SMF Documentation
Solaris iSCSI Target
Solaris PowerPC Port
SourceJuicer
Sparks: name service switch/nscd enhancements
Squashfs
Star integration/migration project
Starfish
Starter Kit
Storage Power Management
Sun Security Toolkit
Sun StorageTek Availability Suite
Support for OpenFabrics User Verbs / API on OpenSolaris OS
Support gcc4/GCCfss in Solaris
Suspend/Resume
SVR4 Packaging
Systemz
Tamarack: Removable Media Enhancements in Solaris
Tesla: OpenSolaris Enhanced Power Management
Test Development
Tickless Kernel Architecture
TIPC
Trademarks
Trusted networking interface policy database for Trusted Extensions
Trusted Platform Module support
Use Case
Validated Execution Project
Virtual Console
Virtual Network Machines
Visual Panels
Visualization for HPC
Volo
VRRP: Virtual Router Redundancy Protocol Implementation
VSCAN service
Web Stack
Website
Winchester: Schema mapping and ID mapping for AD Interoperability
Wireless USB Support
Wireless Wide Area Network
X Consolidation
x86 Generic FMA Topology Enumerator
Xen Gate
Xfce: A lightweight desktop environment
ZFS Boot and Install
ZFS on disk encryption support
Zone Manager
Zone Statistics
Русский портал
البوابة العربية
भारतीय पोर्टल
中国门户
日本ポータル
한국 포탈
User Group
Adelaide
Argentina
Arizona
Atlanta
Baltimore-Washington
Bangalore
Bangkok
Bangladesh
Beijing
Bélem
Berlin
Bhimavaram
Bloomington
Campus Ambassadors
Capital Region
Cardiff
Charlotte
Chengdu
Chennai
Chihuahua
Chile
Cleveland
Colombia
Columbus
Connecticut
Cracow
Czech
Dallas/Ft. Worth
Danish
Delaware
Edinburgh
Egypt
Finland
Florida
Front Range
FuZhou
Great Lakes
Greece
Hangzhou
Hawaii
HeFei
Houston
Hyderabad
Indonesia
Irish
Israel
Italian
Jinan
Kabul
Kansas City
Latvia
London
Madurai
Manchester
Mato Grosso
Melbourne
Minas Gerais
Minnesota
Montreal
Moscow
Mumbai
Munich
NEA
Netherlands
New England
New York City
New Zealand
NIT Hamirpur
Noroeste
Oklahoma City
Osnabrück
Peru
Philadelphia
Piaski
Pittsburgh
Porto Alegre
Puget Sound
Pune
Queensland
Research Triangle Park
Romania
Russia
San Antonio
San Diego
San Francisco
São Paulo
Scottish
Serbia
Shanghai
Shenzhen
Silicon Valley
Singapore
Slovak
South African
Southern Connecticut
St. Louis
Sweden
Switzerland
Sydney
Szczecin
Taiwan
Tecum
Thames Valley
Tokyo
Toronto
Trondheim
Tulsa
Turkey
Ukraine
University of Melbourne
Vale do Paraíba
Vancouver
Venezuela
Welsh - Cymru
Wisconsin
Xi'an
Subsites
Code Reviews
Code Repositories
Package Search
Bugster
Bugzilla
Test Machines
Planet
Mailing Lists
Elections & Polls
ARC Case Logs
Source Juicer
Package Factory
User Authentication
Project indiana Pages
Building and testing ON
Documentation
Files
Get OpenSolaris 2008.05
Upgrading OpenSolaris 2008.05 to Later Versions of OpenSolaris
Resources
Documentation Deliverables
Glossary
Problem Statement
Release Notes
Reporting Bugs
Restoring system to original installation
Start Page
Status
Accessibility
ReleaseNotes2008.11
x86