Tag

Bug Analysis

0 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Oct 28, 2024 · Databases

Analysis of a MySQL 8.0.35 Crash Bug Caused by InnoDB Assertion Failure

This article details a MySQL 8.0.35 crash caused by an InnoDB assertion that a VARCHAR length exceeds 65,535 bytes, explains the error‑log and core‑dump analysis, shows how to reproduce the bug, and notes its resolution in MySQL 8.0.35.

Bug AnalysisCore DumpInnoDB
0 likes · 21 min read
Analysis of a MySQL 8.0.35 Crash Bug Caused by InnoDB Assertion Failure
IT Services Circle
IT Services Circle
Jul 2, 2024 · Game Development

A 55‑Year‑Old Bug in the Original Lunar Lander Game: Missing Square‑Root Factor in the Rocket Equation

The article recounts the history of the 1969 text‑based Lunar Lander game, explains how its creator used the rocket equation and Taylor series for physics simulation, and reveals a long‑standing bug—a missing factor in the square‑root denominator—that causes the optimal fuel‑burn strategy to fail, prompting a modern analysis of the error.

Bug AnalysisGame HistoryLunar Lander
0 likes · 11 min read
A 55‑Year‑Old Bug in the Original Lunar Lander Game: Missing Square‑Root Factor in the Rocket Equation
FunTester
FunTester
Jan 29, 2024 · Operations

Curated Index of Technical Articles on Testing, Bugs, Web Crawling, UI Automation, and Selenium

This collection provides a curated list of technical articles covering performance testing strategies, bug case studies, web crawling implementations, UI automation techniques, UiAutomator usage, Selenium best practices, and mobile app performance monitoring, each with its original title and publication date.

AutomationBug Analysisperformance
0 likes · 8 min read
Curated Index of Technical Articles on Testing, Bugs, Web Crawling, UI Automation, and Selenium
FunTester
FunTester
Dec 15, 2023 · Operations

Bug Root Cause Analysis: Current Situation, Scenarios, and a Four‑Step Improvement Process

This article examines why many testing teams skip bug root‑cause analysis, outlines typical scenarios where such analysis is needed, and presents a practical four‑step method—including recording, cause marking, role attribution, and improvement planning—to enhance software quality and team efficiency.

Bug AnalysisOperationsprocess improvement
0 likes · 6 min read
Bug Root Cause Analysis: Current Situation, Scenarios, and a Four‑Step Improvement Process
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Oct 28, 2022 · Fundamentals

How to Become a Competent QA: Insights and Practices from Game Testing

This article shares practical insights on QA versus QC, essential skills for becoming a qualified QA, demand analysis, test case creation, test‑left and test‑right shifts, bug analysis using the 5‑Why method, automation tools, and a personal tool‑development case, all aimed at improving game testing professionalism.

Bug AnalysisQAgame development
0 likes · 18 min read
How to Become a Competent QA: Insights and Practices from Game Testing
Byte Quality Assurance Team
Byte Quality Assurance Team
Jul 21, 2021 · Backend Development

Analysis of Video Playback Failure in ByteDance iOS Client Cache

A bug in ByteDance's iOS client caused 1080p videos to become unplayable after 1 hour 53 minutes due to a downloader component truncating files beyond the int type limit, which was resolved by upgrading to a longlong type.

Bug Analysisbackend componentdownloader issue
0 likes · 4 min read
Analysis of Video Playback Failure in ByteDance iOS Client Cache
Manbang Technology Team
Manbang Technology Team
Jun 10, 2021 · Backend Development

Investigation of Sentinel QPS Mis‑reporting and Flow‑control Timing Bug

This article investigates why Sentinel’s QPS threshold of 20 is triggered at 15, analyzing metric logs, the underlying MetricNode and MetricTimerListener code, and revealing a timing discrepancy between second‑level and minute‑level counters that can cause premature flow‑control blocking.

Bug AnalysisJavaQPS
0 likes · 10 min read
Investigation of Sentinel QPS Mis‑reporting and Flow‑control Timing Bug
FunTester
FunTester
Jul 1, 2020 · Operations

Curated List of Performance Testing, Bug Cases, and Web Crawling Articles

This collection provides a curated set of links to articles covering performance testing strategies, notable bug analyses, and practical web crawling implementations, offering valuable insights for software testers and engineers seeking to improve testing practices and data extraction techniques.

BackendBug AnalysisPerformance Testing
0 likes · 6 min read
Curated List of Performance Testing, Bug Cases, and Web Crawling Articles
Aikesheng Open Source Community
Aikesheng Open Source Community
Dec 24, 2019 · Databases

Analysis of MYSQL_OPT_READ_TIMEOUT Behavior in the MySQL C API

This article examines the MySQL C API option MYSQL_OPT_READ_TIMEOUT, comparing official documentation that claims a three‑times timeout with empirical tests and source‑code analysis across MySQL 5.7.20, 5.0.96, and later versions, revealing outdated documentation and a historic bug.

Bug AnalysisC-APIMySQL
0 likes · 5 min read
Analysis of MYSQL_OPT_READ_TIMEOUT Behavior in the MySQL C API
Test Development Learning Exchange
Test Development Learning Exchange
Dec 19, 2019 · Information Security

Classic Interview Questions on Interface Automation Testing

This article presents a collection of classic interview questions and answers on interface automation testing, covering topics such as Python coding, testing methodologies, and tools like Jenkins.

Automation TestingBug AnalysisInterview Questions
0 likes · 17 min read
Classic Interview Questions on Interface Automation Testing
FunTester
FunTester
Nov 21, 2019 · Backend Development

Curated List of Testing Strategies, Bug Cases, and Web Crawling Practices

This article provides a curated collection of links covering performance testing of message queues, stress testing password interfaces, probabilistic algorithm testing, notable bug analyses, and various web crawling implementations using httpclient and Groovy, offering valuable resources for backend developers and testers.

BackendBug AnalysisPerformance Testing
0 likes · 4 min read
Curated List of Testing Strategies, Bug Cases, and Web Crawling Practices
转转QA
转转QA
Apr 11, 2019 · Operations

Why Conduct Bug Analysis and How to Extract Value from Bug Data

The article explains the importance of bug analysis for improving product quality, outlines the information that can be analyzed, describes common bug resolution categories, discusses bug severity levels, and shows how various stakeholders can use bug metrics to drive process optimization and predict future issues.

Bug Analysisbug severitymetrics
0 likes · 10 min read
Why Conduct Bug Analysis and How to Extract Value from Bug Data
Tencent Database Technology
Tencent Database Technology
Dec 3, 2018 · Databases

Investigation of Duplicate Key Errors After MySQL 5.6→5.7 Upgrade and Auto‑Increment Bugs

The article analyzes why MySQL tables upgraded from 5.6 to 5.7 began generating duplicate‑key errors during inserts, examines related InnoDB auto‑increment mechanisms, reproduces the issue, discusses known bugs (including replace‑into replication problems), and proposes both operational and kernel‑level solutions.

Bug AnalysisInnoDBMySQL
0 likes · 13 min read
Investigation of Duplicate Key Errors After MySQL 5.6→5.7 Upgrade and Auto‑Increment Bugs
360 Quality & Efficiency
360 Quality & Efficiency
Mar 29, 2018 · Operations

Reflections on Testing Challenges: Session Synchronization, Configuration Migration, Identifier Issues, and Process Compliance

The article shares a tester's three‑year journey, detailing real‑world problems such as session synchronization failures, configuration migration oversights, missing identifiers, and process compliance lapses, while offering analysis, root‑cause explanations, and practical lessons learned for improving software testing and operations.

Bug AnalysisSession Managementconfiguration migration
0 likes · 7 min read
Reflections on Testing Challenges: Session Synchronization, Configuration Migration, Identifier Issues, and Process Compliance
Qunar Tech Salon
Qunar Tech Salon
Oct 31, 2014 · Operations

Simple Testing Can Prevent Most Critical Failures: Findings from an Analysis of Five Open‑Source Distributed Systems

A recent study of five major open‑source distributed systems reveals that most failures can be triggered and reproduced with simple, multi‑event tests, highlighting the importance of systematic testing, deterministic error handling, and concise logging for reliable system operation.

Bug AnalysisDistributed Systemslog analysis
0 likes · 6 min read
Simple Testing Can Prevent Most Critical Failures: Findings from an Analysis of Five Open‑Source Distributed Systems