Searched refs:bug (Results 1 – 25 of 2214) sorted by relevance
12345678910>>...89
1 chrome-os-partner-bug-11731/compositing.pixmd5-63a71bf5896a5346930bd58fdbcec067.png2 chrome-os-partner-bug-11731/fill_solid_blended.pixmd5-b48deaa7ea5b29aecf11dee6a10d607a.png3 chrome-os-partner-bug-11731/fill_solid_depth_neq.pixmd5-b48deaa7ea5b29aecf11dee6a10d607a.png4 chrome-os-partner-bug-11731/fill_solid_depth_never.pixmd5-b6d81b360a5672d80c27430f39153e2c.png5 chrome-os-partner-bug-11731/fill_solid.pixmd5-b48deaa7ea5b29aecf11dee6a10d607a.png6 chrome-os-partner-bug-11731/fill_tex_bilinear.pixmd5-6799232314a664775162d13f71ae3ccd.png7 chrome-os-partner-bug-11731/fill_tex_nearest.pixmd5-6799232314a664775162d13f71ae3ccd.png8 chrome-os-partner-bug-11731/fill_tex_trilinear_linear_01.pixmd5-d0eb082ec09bb57253c803a13eb95aa7.png9 chrome-os-partner-bug-11731/fill_tex_trilinear_linear_04.pixmd5-e772d72f488807925e30402bdf99ff8f.png10 chrome-os-partner-bug-11731/fill_tex_trilinear_linear_05.pixmd5-44a854b9a4c49a0c668932138ec9893c.png[all …]
54 for _, bug := range bugs {55 rep, err := handleReportBug(c, typ, state, bug)57 log.Errorf(c, "%v: failed to report bug %v: %v", bug.Namespace, bug.Title, err)71 func handleReportBug(c context.Context, typ string, state *ReportingState, bug *Bug) (*dashapi.BugR…72 reporting, bugReporting, crash, crashKey, _, _, _, err := needReport(c, typ, state, bug)76 rep, err := createBugReport(c, bug, crash, crashKey, bugReporting, reporting.Config)80 log.Infof(c, "bug %q: reporting to %v", bug.Title, reporting.Name)84 func needReport(c context.Context, typ string, state *ReportingState, bug *Bug) (87 reporting, bugReporting, reportingIdx, status, err = currentReporting(c, bug)97 if !bugReporting.Reported.IsZero() && bugReporting.ReproLevel >= bug.ReproLevel {[all …]
185 for _, bug := range bugs {187 if len(bug.Commits) == 0 {190 for _, mgr := range bug.PatchedOn {195 for _, com := range bug.Commits {350 for _, bug := range bugs {351 switch bug.Status {356 return fmt.Errorf("addCommitsToBugs: unknown bug status %v", bug.Status)359 for i := range bug.Reporting {360 fixCommits = append(fixCommits, bugFixedBy[bug.Reporting[i].ID]...)363 if err := addCommitsToBug(c, bug, manager, managers, fixCommits, presentCommits); err != nil {[all …]
194 bug := new(Bug)197 if err := datastore.Get(c, bugKey, bug); err != nil {202 bug, _, err = findBugByReportingID(c, extID)210 if err := checkAccessLevel(c, r, bug.sanitizeAccess(accessLevel)); err != nil {217 managers, err := managerList(c, bug.Namespace)222 if bug.DupOf != "" {224 if err := datastore.Get(c, datastore.NewKey(c, "Bug", bug.DupOf, 0, nil), dup); err != nil {235 uiBug := createUIBug(c, bug, state, managers)236 crashes, sampleReport, err := loadCrashesForBug(c, bug)240 dups, err := loadDupsForBug(c, r, bug, state, managers)[all …]
113 bug := new(Bug)114 if err := datastore.Get(c, keys[0].Parent(), bug); err != nil {117 bugLevel := bug.sanitizeAccess(accessLevel(c, r))133 bug := new(Bug)134 if err := datastore.Get(c, keys[0].Parent(), bug); err != nil {137 bugLevel := bug.sanitizeAccess(accessLevel(c, r))141 func (bug *Bug) sanitizeAccess(currentLevel AccessLevel) AccessLevel {142 for ri := len(bug.Reporting) - 1; ri >= 0; ri-- {143 bugReporting := &bug.Reporting[ri]145 ns := config.Namespaces[bug.Namespace][all …]
304 func (bug *Bug) displayTitle() string {305 if bug.Seq == 0 {306 return bug.Title308 return fmt.Sprintf("%v (%v)", bug.Title, bug.Seq+1)330 func canonicalBug(c context.Context, bug *Bug) (*Bug, error) {332 if bug.Status != BugStatusDup {333 return bug, nil336 bugKey := datastore.NewKey(c, "Bug", bug.DupOf, 0, nil)339 bug.DupOf, bugKeyHash(bug.Namespace, bug.Title, bug.Seq), err)341 bug = canon
33 bug, bugKey, err := findBugByReportingID(c, bugID)42 bugReporting, _ := bugReportingByID(bug, bugID)43 …reply, err := addTestJob(c, bug, bugKey, bugReporting, user, extID, link, patch, repo, branch, job…53 bug := new(Bug)54 if err := datastore.Get(c, bugKey, bug); err != nil {57 bugReporting = bugReportingByName(bug, bugReporting.Name)61 if _, err := datastore.Put(c, bugKey, bug); err != nil {77 func addTestJob(c context.Context, bug *Bug, bugKey *datastore.Key, bugReporting *BugReporting,79 crash, crashKey, err := findCrashForBug(c, bug)83 if reason := checkTestJob(c, bug, bugReporting, crash, repo, branch); reason != "" {[all …]
20 IMPORTANT: if you fix the bug, please add the following tag to the commit:26 This bug is generated by a bot. It may contain errors.30 syzbot will keep track of this bug report. See:31 https://goo.gl/tpsmEJ#bug-status-tracking for how to communicate with syzbot.{{if or .ReproCLink .R…32 syzbot can test patches for this bug, for details see:
156 References to bug reports and discussions on issues:158 [1] = https://curl.haxx.se/bug/?i=3516159 [2] = https://curl.haxx.se/bug/?i=3550160 [3] = https://curl.haxx.se/bug/?i=3541161 [4] = https://curl.haxx.se/bug/?i=3544162 [5] = https://curl.haxx.se/bug/?i=3538163 [6] = https://curl.haxx.se/bug/?i=3539164 [7] = https://curl.haxx.se/bug/?i=3540166 [9] = https://curl.haxx.se/bug/?i=3534167 [10] = https://curl.haxx.se/bug/?i=3412[all …]
72 for bug in read_bugs(output_dir, html_reports_available):73 bug_counter(bug)203 bugs = (pretty(bug) for bug in read_bugs(output_dir, True))303 lambda bug: '{bug_line}.{bug_path_length}:{bug_file}'.format(**bug))310 return (bug for bug in bugs if not duplicate(bug))318 for bug in content.get('diagnostics', []):319 if len(files) <= int(bug['location']['file']):325 'bug_type': bug['type'],326 'bug_category': bug['category'],327 'bug_line': int(bug['location']['line']),[all …]
1 all: bug3 bug: bug.c ../../libcap Makefile target6 ./bug9 rm -f bug.o bug
13 Remove a double longjmp into an invalid stack frame bug in e2fsck.17 Fix NLS bug in e2fsck, by avoiding trying to expand an empty string20 Fix a bug in mke2fs which caused -T largefile or -T largefile4 to core21 dump due to a division by zero error. (Addresses Debian bug #207082)23 Fixed a bug in e2fsck which caused it to incorrectly fix a filesystem25 directory. (Addresses Debian bug #219640).27 Fixed a bug where e2fsck would bomb out if a journal needed to be33 the filesystem will be checked. (Addresses Debian bug #205177)36 filesystem check will be forced. (Addresses Debian bug #157194)46 by e2fsck on big-endian machines. (Addresses Debian bug #228723)[all …]
14 many small bug fixes34 a few small bug fixes47 more bug fixes144 - glScissor bug fixed174 - fixed bug when blending lines, points, bitmaps outside of window254 - fixed file writing bug in osdemo.c278 - glPopAttrib() bug296 - glXUseXfonts XFreeFont/XFreeFontInfo bug fixed297 - fixed a feedback bug342 - kludged around a SunOS 5.x/GCC compiler bug in the feedback code[all …]
18 If you find a bug in this documentation or would like to propose an improvement,19 please submit a bug report on the :ref:`tracker <using-the-tracker>`. If you22 If you're short on time, you can also email documentation bug reports to36 (https://bugs.python.org/). The bug tracker offers a Web form which allows44 To do this, search the bug database using the search box on the top of the page.46 If the problem you're reporting is not already in the bug tracker, go back to49 logos in the sidebar. It is not possible to submit a bug report anonymously.51 Being now logged in, you can submit a bug. Select the "Create New" link in the52 sidebar to open the bug reporting form.57 "Versions" to which the bug relates.[all …]
15 If you find a bug in this documentation or would like to propose an improvement,16 please submit a bug report on the :ref:`tracker <using-the-tracker>`. If you19 If you're short on time, you can also email documentation bug reports to33 (https://bugs.python.org/). The bug tracker offers a Web form which allows41 To do this, search the bug database using the search box on the top of the page.43 If the problem you're reporting is not already in the bug tracker, go back to46 logos in the sidebar. It is not possible to submit a bug report anonymously.48 Being now logged in, you can submit a bug. Select the "Create New" link in the49 sidebar to open the bug reporting form.54 "Versions" to which the bug relates.[all …]
8 + Other small bug fixes and improvements.14 + Fix bug in simulation of add with carry.15 + Fix use-after-free bug in Literal handling.18 + Other small bug fixes and improvements.23 + Other small bug fixes and improvements.30 + Other small bug fixes and improvements.40 + Other small bug fixes and improvements.51 + Other small bug fixes and build system improvements.65 + Other small bug fixes and build system improvements.77 + Fixed a bug when moving kWMinInt to a register.[all …]
9 * KPIDB: bug in do_irq14 * KPIEB: bug in handle_IRQ_event19 * KPTEB: bug in tasklet_action24 * KPBB : bug in ll_rw_block29 * KPMSB: bug in shrink_inactive_list34 * KPTB : bug in hr_timer_start39 * KPSB : bug in scsi_dispatch_cmd44 * KPIB : bug in ide_core_cp
288 for bug, exp in IGNORE_TEST_CASES.get(key, {}).iteritems():290 return bug294 for bug, sources in IGNORE_SOURCES.iteritems():297 return bug308 for bug, exp in mapping.iteritems():310 return bug313 bug = check(IGNORE_OUTPUT.get(key, {}))314 if bug:315 return bug
17 Research as many of the following areas as possible to ensure the bug22 - Kernel bug database - http://bugme.osdl.org25 - Create a test case which clearly shows the bug.33 5. Create an email bug report containing:40 6. Send email bug report to the mailing list for the code under test (or41 its bug database, if applicable). Copy LKML, if applicable. [If it42 is a bug in the Linux Kernel, submit directly to the Linux Kernel43 bug database.]
159 def send_email(bug, bug_template): argument166 to_set = set(bug.cc) if bug.cc else set()167 if bug.owner:168 to_set.add(bug.owner)180 recipients, bug.title(), bug.summary(), retry=False,
3 Before reporting a bug make sure nobody else already reported it. The easiest way to do this is to …7 Make sure to mention the exact kernel branch and revision where the bug occured.11 If the bug is reproducible, include the reproducer (C source if possible, otherwise a syzkaller pro…15 …ate the reproducer manually, that greatly helps kernel developers to figure out why the bug occurs.17 If you want to get extra credit, you can try to undestand the bug and develop a fix yourself.18 If you can't figure out the right fix, but have some understanding of the bug, please add your thou…22 If you believe that a found bug poses potential security threat, consider following the instruction…28 1. Report the bug privately to `security@kernel.org`. In this case it should be fixed in the upstre…29 2. Report the bug privately to a vendor such as Red Hat (`secalert@redhat.com`) or SUSE (`security@…30 3. Report the bug publicly to `oss-security@lists.openwall.com`.[all …]
61 private final long bug; field in Expectation73 long bug, in Expectation() argument84 this.bug = bug; in Expectation()93 return bug; in getBug()
12 `syzbot` needs to know when a bug is fixed in order to (1) verify that it is14 (while a bug is considered open all similarly-looking crashes are merged into15 the existing bug). To understand when a bug is fixed `syzbot` needs to know16 what commit fixes the bug; once `syzbot` knows the commit it will track when18 commit reaches all builds, the bug is considered closed (new similarly-looking19 crashes create a new bug).23 If you fix a bug reported by `syzbot`, please add the provided `Reported-by`27 - to attach a fixing commit to the bug (if you forgot to add `Reported-by` tag):36 - to mark the bug as a duplicate of another `syzbot` bug:40 - to undo a previous dup command and turn it into an independent bug again:[all …]
113 2. Miscellaneous improvements/bug fixes122 1.4 Fix appending bug when appending to an empty filesystem - this188 and the kernel code. Plus many small bug fixes.205 1.5 Fixed bug in get_dir_index_using_offset.214 2.3 Fixed small bug where unistd.h wasn't being included on224 3.3 Sparse file handling bug in Mksquashfs 3.3 fixed.231 many more improvements and bug fixes.278 4. Miscellaneous improvements/bug fixes:283 4.2. Fixed Squashfs kernel code bug preventing file291 3.2-r2 15 JAN 2007 Kernel patch update and progress bar bug fix[all …]
34 ; BUG64-NOT: Applying bug work-around35 ; BUG32-NOT: Applying bug work-around36 ; NOBUG-NOT: Applying bug work-around67 ; BUG64: Applying bug work-around68 ; BUG32-NOT: Applying bug work-around69 ; NOBUG-NOT: Applying bug work-around108 ; BUG64: Applying bug work-around109 ; BUG32-NOT: Applying bug work-around110 ; NOBUG-NOT: Applying bug work-around173 ; BUG64: Applying bug work-around[all …]