# Crashes

Published articles for Crashes.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## What to expect at the Zephyr Project Meetup (September 15, 2026) - Amsterdam, Netherlands

DevFeed: [What to expect at the Zephyr Project Meetup (September 15, 2026) - Amsterdam, Netherlands](<https://devfeed.tech/articles/what-to-expect-at-the-zephyr-project-meetup-september-15-2026-amsterdam-netherlands-38677.md>)

Original publisher: [Read original article](<https://zephyrproject.org/what-to-expect-at-the-zephyr-project-meetup-september-15-2026-amsterdam-netherlands/>)

Author: Susan Remmert

Published: 2026-09-09T05:00:04Z

Content type: news

Language: en

Sources: [Zephyr Project](<https://devfeed.tech/sources/zephyr-project-2.md>)

Topics: [Zephyr RTOS](<https://devfeed.tech/topics/zephyr-rtos.md>), [Embedded Systems](<https://devfeed.tech/topics/embedded-systems.md>), [Fuzzing/Fuzz testing](<https://devfeed.tech/topics/fuzzing.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [blog](<https://devfeed.tech/tags/blog.md>), [c](<https://devfeed.tech/tags/c.md>), [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [crashes](<https://devfeed.tech/tags/crashes.md>), [developer-tooling](<https://devfeed.tech/tags/developer-tooling.md>), [embedded](<https://devfeed.tech/tags/embedded.md>), [embedded-systems](<https://devfeed.tech/tags/embedded-systems.md>), [event](<https://devfeed.tech/tags/event.md>), [events](<https://devfeed.tech/tags/events.md>), [firmware](<https://devfeed.tech/tags/firmware.md>), [fuzzing](<https://devfeed.tech/tags/fuzzing.md>), [harness](<https://devfeed.tech/tags/harness.md>), [jetbrains](<https://devfeed.tech/tags/jetbrains.md>), [meetup](<https://devfeed.tech/tags/meetup.md>), [memory-corruption](<https://devfeed.tech/tags/memory-corruption.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [simulator](<https://devfeed.tech/tags/simulator.md>), [zephyr](<https://devfeed.tech/tags/zephyr.md>)

### AI overview

The Zephyr Project Meetup in Amsterdam on September 15, 2026, will bring together embedded developers, contributors, students, and engineers to share practical knowledge about Zephyr RTOS. The agenda includes talks on JetBrains' work with Zephyr, fuzzing Zephyr with AFL and Renode, and making hardware development easier with Schematik.

### Source excerpt

What are developers in the Netherlands building with Zephyr? On September 15, the embedded community will meet in Amsterdam to exchange practical knowledge, discuss current work, and learn more about the Zephyr RTOS. The event is open to experienced contributors, first-time users, students, engineers, and anyone curious about open source embedded development.

## The thread is the Workflow: Durable AI agents without changing Agent code

DevFeed: [The thread is the Workflow: Durable AI agents without changing Agent code](<https://devfeed.tech/articles/the-thread-is-the-workflow-durable-ai-agents-without-changing-agent-code-35912.md>)

Original publisher: [Read original article](<https://temporal.io/blog/manetu-the-thread-is-the-workflow>)

Author: Greg Haskins

Published: 2026-09-03T00:00:00Z

Content type: tutorial

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Langgraph](<https://devfeed.tech/topics/langgraph.md>), [Code](<https://devfeed.tech/topics/code.md>), [Framework](<https://devfeed.tech/topics/framework.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [community](<https://devfeed.tech/tags/community.md>), [crashes](<https://devfeed.tech/tags/crashes.md>), [durability](<https://devfeed.tech/tags/durability.md>), [langgraph](<https://devfeed.tech/tags/langgraph.md>), [state](<https://devfeed.tech/tags/state.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

The article explains how Temporal Workflows add durable execution to LangGraph-based AI agents without requiring changes to the agent code. It describes mapping Agent Protocol Threads to Temporal Workflows, Runs to Activities, and checkpoints to Workflow state so executions can recover after worker crashes.

### Source excerpt

Learn how Temporal Workflows can make LangGraph-based AI agents durable, preserving threads and checkpoints across crashes without changing agent code.

## Timers, Timeouts, and the Art of Waiting in Temporal

DevFeed: [Timers, Timeouts, and the Art of Waiting in Temporal](<https://devfeed.tech/articles/timers-timeouts-and-the-art-of-waiting-in-temporal-36073.md>)

Original publisher: [Read original article](<https://temporal.io/blog/timers-timeouts-and-the-art-of-waiting-in-temporal>)

Author: Joshua Smith

Published: 2026-06-30T00:00:00Z

Content type: tutorial

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [SDKs](<https://devfeed.tech/topics/sdks.md>), [Code](<https://devfeed.tech/topics/code.md>), [Processes](<https://devfeed.tech/topics/processes.md>)

Tags: [concurrent](<https://devfeed.tech/tags/concurrent.md>), [crashes](<https://devfeed.tech/tags/crashes.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [developers](<https://devfeed.tech/tags/developers.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [scaling](<https://devfeed.tech/tags/scaling.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [temporal-concepts](<https://devfeed.tech/tags/temporal-concepts.md>), [timeout](<https://devfeed.tech/tags/timeout.md>), [waiting](<https://devfeed.tech/tags/waiting.md>)

### AI overview

This tutorial explains that Temporal timers provide durable business-logic waiting, while Activity and Workflow timeouts detect failures. It describes how timers survive Worker or process failures and can support large numbers of concurrent waits.

### Source excerpt

Timers and timeouts look similar in Temporal but solve different problems. Learn how each one works and how to choose the right tool for durable waiting.

## Player sessions that survive anything

DevFeed: [Player sessions that survive anything](<https://devfeed.tech/articles/player-sessions-that-survive-anything-35701.md>)

Original publisher: [Read original article](<https://temporal.io/blog/actor-workflow-player-sessions>)

Author: Cecil Phillip

Published: 2026-05-28T00:00:00Z

Content type: tutorial

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [sessions](<https://devfeed.tech/topics/sessions.md>), [Actor](<https://devfeed.tech/topics/actor.md>), [backends](<https://devfeed.tech/topics/backends.md>), [Processes](<https://devfeed.tech/topics/processes.md>), [Server](<https://devfeed.tech/topics/server.md>), [Python](<https://devfeed.tech/topics/python.md>)

Tags: [actor](<https://devfeed.tech/tags/actor.md>), [backends](<https://devfeed.tech/tags/backends.md>), [build](<https://devfeed.tech/tags/build.md>), [crashes](<https://devfeed.tech/tags/crashes.md>), [database](<https://devfeed.tech/tags/database.md>), [distributed](<https://devfeed.tech/tags/distributed.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [python](<https://devfeed.tech/tags/python.md>), [server](<https://devfeed.tech/tags/server.md>), [sessions](<https://devfeed.tech/tags/sessions.md>), [temporal-concepts](<https://devfeed.tech/tags/temporal-concepts.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

This article presents a Temporal Python pattern for modeling each multiplayer player session as a durable, uniquely addressable Actor Workflow. The workflow keeps player state, resumes after server failures, coordinates game actions, and uses Continue-As-New to prevent unbounded history.

### Source excerpt

Build multiplayer player sessions that survive server crashes. See how to model each player as a durable Actor Workflow in Temporal Python.

## Haskell Debugger for GHC 9.14

DevFeed: [Haskell Debugger for GHC 9.14](<https://devfeed.tech/articles/haskell-debugger-for-ghc-9-14-27920.md>)

Original publisher: [Read original article](<http://alt-romes.github.io/posts/2026-01-07-haskell-debugger-for-ghc914.html>)

Published: 2026-01-07T00:00:00Z

Content type: tutorial

Language: en

Sources: [Romes' Musings](<https://devfeed.tech/sources/romes-musings.md>)

Topics: [debugging](<https://devfeed.tech/topics/debugging.md>), [Haskell](<https://devfeed.tech/topics/haskell.md>), [Neovim](<https://devfeed.tech/topics/neovim.md>), [Visual Studio Code](<https://devfeed.tech/topics/visual-studio-code.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [GitHub Issues](<https://devfeed.tech/topics/github-issues.md>)

Tags: [bytecode](<https://devfeed.tech/tags/bytecode.md>), [crashes](<https://devfeed.tech/tags/crashes.md>), [debugger](<https://devfeed.tech/tags/debugger.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [editor](<https://devfeed.tech/tags/editor.md>), [haskell](<https://devfeed.tech/tags/haskell.md>), [issue](<https://devfeed.tech/tags/issue.md>), [performance](<https://devfeed.tech/tags/performance.md>), [protocol](<https://devfeed.tech/tags/protocol.md>), [vscode](<https://devfeed.tech/tags/vscode.md>)

### AI overview

This article announces that the Haskell Debugger is ready for GHC 9.14 and explains how to install it and configure editors through the Debug Adapter Protocol. It covers VSCode and Neovim integration, project-based session configuration, robustness goals, current limitations, and planned callstack and multithreading support.

### Source excerpt

This post was first published inline to the Haskell Discourse, where there was some discussion about the debugger: 1 The Haskell Debugger for GHC 9.14 The Haskell Debugger is ready to use with GHC-9.14! The installation, configuration, and talks can be found in the official website. The tl;dr first step is installing the debugger: $ ghc --version # MUST BE GHC 9.14 The Glorious Glasgow Haskell Compilation System, version 9.14.1 $ cabal install haskell-debugger \ --allow-newer=base,time,containers,ghc,ghc-bignum,template-haskell \ --enable-executable-dynamic # ON WINDOWS, DO NOT PASS --enable-executable-dynamic ... $ ~/.local/bin/hdb --version # VERIFY IT'S THE LATEST! Haskell Debugger, version 0.11.0.0 The second step is configuring your editor to use the debugger via the Debug Adapter Protocol (DAP). - For VSCode, install the haskell debugger extension. - For Neovim, install nvim-dap and configure it for haskell-debugger - For other editors, consult your DAP documentation and let others know how! Bug reports and discussions are welcome in the haskell-debugger issue tracker. My MuniHac 2025 talk also walks through the installation, usage, and design of the debugger. Do note much has been improved since the talk was given, and much more will still improve. 1.1 A little bit more info The debugger work is sponsored by Mercury. It's the project in which I've spent most of my full working days (for almost a full year now), with the invaluable help from my team at Well-Typed. The debugger is meant to work both on trivial files and on large and complex codebases1. It is a GHC application so all features are supported. Like HLS, it also uses hie-bios to automatically configure the session based on your cabal or stack project. Robustness is a main goal of the debugger. If anything doesn't work, or if you have performance issues, or something crashes, please don't hesitate to submit a bug. We've got a small but respectable testsuite, and have tested performance by debugging G

## Carl Bialorucki hired to improve ReactOS test suite

DevFeed: [Carl Bialorucki hired to improve ReactOS test suite](<https://devfeed.tech/articles/carl-bialorucki-hired-to-improve-reactos-test-suite-32768.md>)

Original publisher: [Read original article](<https://reactos.org/blogs/cbialorucki-tests/>)

Published: 2025-07-04T00:00:00Z

Content type: release

Language: en

Sources: [Front Page on ReactOS Website](<https://devfeed.tech/sources/front-page-on-reactos-website.md>)

Topics: [Testing](<https://devfeed.tech/topics/testing.md>), [Development](<https://devfeed.tech/topics/development.md>), [Windows](<https://devfeed.tech/topics/windows.md>), [Kernel](<https://devfeed.tech/topics/kernel.md>), [WINE](<https://devfeed.tech/topics/wine.md>), [x86](<https://devfeed.tech/topics/x86.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [automated](<https://devfeed.tech/tags/automated.md>), [crashes](<https://devfeed.tech/tags/crashes.md>), [development](<https://devfeed.tech/tags/development.md>), [free](<https://devfeed.tech/tags/free.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [os](<https://devfeed.tech/tags/os.md>), [project](<https://devfeed.tech/tags/project.md>), [pull-requests](<https://devfeed.tech/tags/pull-requests.md>), [react](<https://devfeed.tech/tags/react.md>), [reactos](<https://devfeed.tech/tags/reactos.md>), [testing](<https://devfeed.tech/tags/testing.md>), [win32](<https://devfeed.tech/tags/win32.md>), [winapi](<https://devfeed.tech/tags/winapi.md>), [windows](<https://devfeed.tech/tags/windows.md>), [wine](<https://devfeed.tech/tags/wine.md>), [x86](<https://devfeed.tech/tags/x86.md>), [x86-64](<https://devfeed.tech/tags/x86-64.md>)

### AI overview

Carl Bialorucki announces a full-time contract with ReactOS Deutschland e.V. to improve ReactOS's test infrastructure. The work targets failures, crashes, hangs, and bugchecks in kernel-mode and user-mode tests on newer Windows versions and x86 and x86_64 systems, while syncing Wine tests to Wine 10.0.

### Source excerpt

Hi, my name is Carl J. Bialorucki. I started making a name for myself in the ReactOS community by contributing several shell improvements. In May of 2024 I was added to the core development team and in March of 2025 I led the release of ReactOS 0.4.15 after the previous release manager was unable to continue working on the project. I'm pleased to announce that I was hired for a full-time contract position with ReactOS Deutschland e.V. in May of 2025.

## Designing high-performance financial ledgers with Temporal

DevFeed: [Designing high-performance financial ledgers with Temporal](<https://devfeed.tech/articles/designing-high-performance-financial-ledgers-with-temporal-35770.md>)

Original publisher: [Read original article](<https://temporal.io/blog/designing-high-performance-financial-ledgers-with-temporal>)

Author: Tim Imkin

Published: 2025-03-18T00:00:00Z

Content type: article

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [Transactions](<https://devfeed.tech/topics/transactions.md>), [Resilience](<https://devfeed.tech/topics/resilience.md>), [integrity](<https://devfeed.tech/topics/integrity.md>)

Tags: [accounting](<https://devfeed.tech/tags/accounting.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [crashes](<https://devfeed.tech/tags/crashes.md>), [design](<https://devfeed.tech/tags/design.md>), [financial](<https://devfeed.tech/tags/financial.md>), [fintech](<https://devfeed.tech/tags/fintech.md>), [high-performance](<https://devfeed.tech/tags/high-performance.md>), [ledger](<https://devfeed.tech/tags/ledger.md>), [payment](<https://devfeed.tech/tags/payment.md>), [performance](<https://devfeed.tech/tags/performance.md>), [reconciliation](<https://devfeed.tech/tags/reconciliation.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [temporal-concepts](<https://devfeed.tech/tags/temporal-concepts.md>)

### AI overview

The article discusses designing high-performance financial ledgers around scalable transaction handling, double-entry bookkeeping, flexible metadata, and resilient workflow coordination. It presents Temporal's durable execution as a way to address failures caused by network issues, service downtime, and process crashes.

### Source excerpt

Learn how Temporal's durable execution solves core challenges -- scalability, reconciliation, and compliance -- to create reliable, future-proof ledger systems.

## Building resilient event-driven architecture for finance with Temporal

DevFeed: [Building resilient event-driven architecture for finance with Temporal](<https://devfeed.tech/articles/building-resilient-event-driven-architecture-for-finance-with-temporal-35750.md>)

Original publisher: [Read original article](<https://temporal.io/blog/building-resilient-event-driven-architecture-for-finserv-with-temporal>)

Author: Tim Imkin

Published: 2025-01-23T00:00:00Z

Content type: tutorial

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [event driven](<https://devfeed.tech/topics/event-driven.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [reliability](<https://devfeed.tech/topics/reliability.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [Microservice](<https://devfeed.tech/topics/microservice.md>), [distributed-systems](<https://devfeed.tech/topics/distributed-systems.md>)

Tags: [business-logic](<https://devfeed.tech/tags/business-logic.md>), [coupling](<https://devfeed.tech/tags/coupling.md>), [crashes](<https://devfeed.tech/tags/crashes.md>), [databases](<https://devfeed.tech/tags/databases.md>), [distributed-systems](<https://devfeed.tech/tags/distributed-systems.md>), [error-handling](<https://devfeed.tech/tags/error-handling.md>), [event-driven-architecture](<https://devfeed.tech/tags/event-driven-architecture.md>), [microservices](<https://devfeed.tech/tags/microservices.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [reliability](<https://devfeed.tech/tags/reliability.md>), [retries](<https://devfeed.tech/tags/retries.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [temporal-concepts](<https://devfeed.tech/tags/temporal-concepts.md>)

### AI overview

This article examines the complexity of choreography-based event-driven architecture in financial services, including fragmented business logic, design-level coupling, decentralized error handling, and limited observability. It presents Temporal's durable execution and workflow orchestration as a centralized approach for building more resilient and maintainable systems.

### Source excerpt

Discover how Temporal simplifies event-driven systems, replacing complexity with scalability, reliability, and centralized workflows.

## Mobile Observability Beyond Crash Tracking and Aggregate Metrics

DevFeed: [Mobile Observability Beyond Crash Tracking and Aggregate Metrics](<https://devfeed.tech/articles/a-call-to-arms-bringing-observability-2-0-to-mobile-part-1-38564.md>)

Original publisher: [Read original article](<https://hanson.wtf/2024/12/09/a-call-to-arms-bringing-observability-2-0-to-mobile-part-1/>)

Author: Hanson

Published: 2024-12-10T07:38:37Z

Content type: opinion

Language: en

Sources: [hanson.wtf](<https://devfeed.tech/sources/hanson-wtf.md>)

Topics: [observability](<https://devfeed.tech/topics/observability.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [app-performance](<https://devfeed.tech/tags/app-performance.md>), [crashes](<https://devfeed.tech/tags/crashes.md>), [latency](<https://devfeed.tech/tags/latency.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [observability](<https://devfeed.tech/tags/observability.md>), [performance](<https://devfeed.tech/tags/performance.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [tech](<https://devfeed.tech/tags/tech.md>), [work](<https://devfeed.tech/tags/work.md>)

### AI overview

The article argues that basic mobile monitoring, such as crash counts and aggregate performance metrics, does not provide true observability. It advocates actionable production data that helps developers investigate who is affected by issues and why.

### Source excerpt

The Observability-Free Zone For most companies, "mobile observability" is a misnomer. I say this because the data that most mobile devs have to "observe" their app in production is laughably simplistic. The vast majority make due with basic crash tracking and precomputed metric aggregates as the only lens into how their app is performing in [...]

## Caffeine's Effects on Focus, Energy, Sleep, and Productivity

DevFeed: [Caffeine's Effects on Focus, Energy, Sleep, and Productivity](<https://devfeed.tech/articles/caffeine-quandary-boost-or-bust-34953.md>)

Original publisher: [Read original article](<https://tmsd.substack.com/p/caffeine-quandary-boost-or-bust>)

Author: Richard Donovan

Published: 2024-02-16T13:01:23Z

Content type: opinion

Language: en

Sources: [The Modern Software Developer](<https://devfeed.tech/sources/the-modern-software-developer.md>)

Topics: [Software](<https://devfeed.tech/topics/software.md>), [coding](<https://devfeed.tech/topics/coding.md>)

Tags: [crashes](<https://devfeed.tech/tags/crashes.md>), [dependency](<https://devfeed.tech/tags/dependency.md>), [developer](<https://devfeed.tech/tags/developer.md>), [energy](<https://devfeed.tech/tags/energy.md>), [headaches](<https://devfeed.tech/tags/headaches.md>), [mood](<https://devfeed.tech/tags/mood.md>), [productivity](<https://devfeed.tech/tags/productivity.md>), [software-developer](<https://devfeed.tech/tags/software-developer.md>)

### AI overview

This commentary examines caffeine's short-term effects on focus and energy, its relationship to adenosine and tiredness, and the risks of dependence, jitters, crashes, disrupted sleep, and morning grogginess. It recommends balancing intake to avoid overreliance.

### Source excerpt

Words < 950 - Read time < 5 mins

## Preventing WorkManager crashes when updating Android worker classes

DevFeed: [Preventing WorkManager crashes when updating Android worker classes](<https://devfeed.tech/articles/the-curious-case-of-crashing-workers-28699.md>)

Original publisher: [Read original article](<https://jeroenmols.com/blog/2022/04/27/workmanager-crash/>)

Author: info@jeroenmols.com (Jeroen Mols)

Published: 2022-04-27T00:00:00Z

Content type: tutorial

Language: en

Sources: [Jeroen Mols](<https://devfeed.tech/sources/jeroen-mols.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [migration](<https://devfeed.tech/topics/migration.md>), [App](<https://devfeed.tech/topics/app.md>), [implementation](<https://devfeed.tech/topics/implementation.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [background-work](<https://devfeed.tech/tags/background-work.md>), [blogs](<https://devfeed.tech/tags/blogs.md>), [crash](<https://devfeed.tech/tags/crash.md>), [crashes](<https://devfeed.tech/tags/crashes.md>), [implementation](<https://devfeed.tech/tags/implementation.md>), [lifecycle](<https://devfeed.tech/tags/lifecycle.md>), [migrate](<https://devfeed.tech/tags/migrate.md>), [retry](<https://devfeed.tech/tags/retry.md>), [scheduled](<https://devfeed.tech/tags/scheduled.md>), [workmanager](<https://devfeed.tech/tags/workmanager.md>)

### AI overview

This tutorial explains how Android WorkManager can crash after an app update when pending work references a worker class that was removed, renamed, or moved. It discusses cancelling or migrating pending work and using a custom WorkerFactory.

### Source excerpt

WorkManager is great to schedule background work on Android. However, since scheduled work lives outside of the app lifecycle, you might run into unexpected crashes.

## Stressing memory on Android

DevFeed: [Stressing memory on Android](<https://devfeed.tech/articles/stressing-memory-on-android-28536.md>)

Original publisher: [Read original article](<https://www.amanjeet.me/stressing-memory-on-android/>)

Author: Amanjeet Singh Gurtatta

Published: 2021-10-15T19:58:26Z

Content type: tutorial

Language: en

Sources: [Amanjeet Singh](<https://devfeed.tech/sources/amanjeet-singh.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [Tool](<https://devfeed.tech/topics/tool.md>), [observability](<https://devfeed.tech/topics/observability.md>), [x86](<https://devfeed.tech/topics/x86.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [crashes](<https://devfeed.tech/tags/crashes.md>), [devices](<https://devfeed.tech/tags/devices.md>), [instrumentation](<https://devfeed.tech/tags/instrumentation.md>), [memory](<https://devfeed.tech/tags/memory.md>), [mobile-performance](<https://devfeed.tech/tags/mobile-performance.md>), [native](<https://devfeed.tech/tags/native.md>), [performance](<https://devfeed.tech/tags/performance.md>), [processes](<https://devfeed.tech/tags/processes.md>), [stress](<https://devfeed.tech/tags/stress.md>), [stresstest](<https://devfeed.tech/tags/stresstest.md>), [test](<https://devfeed.tech/tags/test.md>), [tool](<https://devfeed.tech/tags/tool.md>), [x86](<https://devfeed.tech/tags/x86.md>)

### AI overview

This article explains how Android memory pressure can affect application processes, including native-memory risks and process killing by LMKD. It introduces stressapptest as a tool for reproducing memory pressure on test devices and validating instrumentation and crash-related behavior.

### Source excerpt

This post talks about stressing memory on any android device and what happens when device is under memory pressure.

## Undetected NDK crashes during a Firefox Focus Android release

DevFeed: [Undetected NDK crashes during a Firefox Focus Android release](<https://devfeed.tech/articles/the-bug-that-stole-xmas-37559.md>)

Original publisher: [Read original article](<https://colintheshots.com/writing/the-bug-that-stole-xmas/>)

Published: 2020-10-05T18:08:05Z

Content type: opinion

Language: en

Sources: [Colin The Shots](<https://devfeed.tech/sources/colin-the-shots.md>)

Topics: [Firefox](<https://devfeed.tech/topics/firefox.md>), [Android](<https://devfeed.tech/topics/android.md>), [Google Play](<https://devfeed.tech/topics/google-play.md>), [Google](<https://devfeed.tech/topics/google.md>), [browser](<https://devfeed.tech/topics/browser.md>), [releases](<https://devfeed.tech/topics/releases.md>), [bug](<https://devfeed.tech/topics/bug.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [chrome](<https://devfeed.tech/tags/chrome.md>), [code](<https://devfeed.tech/tags/code.md>), [crash-reporting](<https://devfeed.tech/tags/crash-reporting.md>), [crashes](<https://devfeed.tech/tags/crashes.md>), [dashboards](<https://devfeed.tech/tags/dashboards.md>), [firefox](<https://devfeed.tech/tags/firefox.md>), [google-play](<https://devfeed.tech/tags/google-play.md>), [releases](<https://devfeed.tech/tags/releases.md>), [reporting](<https://devfeed.tech/tags/reporting.md>), [sentry](<https://devfeed.tech/tags/sentry.md>), [uncategorized](<https://devfeed.tech/tags/uncategorized.md>)

### AI overview

A Mozilla engineer recounts how Firefox Focus 8.0.4 for Android developed previously undetected NDK crashes during its Christmas 2018 production rollout. Sentry and Socorro missed crashes occurring inside Chrome WebViews, while Google Play Console exposed them as the rollout expanded.

### Source excerpt

I loved working at Mozilla for the almost two years that I spent there. But even a great job has hard days. The weeks around Christmas of 2018 were a stressful nightmare. I'd been working as the

## Implementing a Global try-catch for an Android Application

DevFeed: [Implementing a Global try-catch for an Android Application](<https://devfeed.tech/articles/implementing-a-global-try-catch-for-an-android-application-29051.md>)

Original publisher: [Read original article](<https://dmitrysamoylenko.com/2020/08/19/android_try_catch.html>)

Author: Dmitry Samoylenko

Published: 2020-08-19T00:00:00Z

Content type: tutorial

Language: en

Sources: [Dmitry Samoylenko - Android Developer Blog](<https://devfeed.tech/sources/dmitry-samoylenko-android-developer-blog.md>)

Topics: [LineageOS](<https://devfeed.tech/topics/lineageos.md>), [Java](<https://devfeed.tech/topics/java.md>), [Crashlytics](<https://devfeed.tech/topics/crashlytics.md>), [Firebase](<https://devfeed.tech/topics/firebase.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [crashes](<https://devfeed.tech/tags/crashes.md>), [crashlytics](<https://devfeed.tech/tags/crashlytics.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [java](<https://devfeed.tech/tags/java.md>)

### AI overview

This Android tutorial explains how the ActivityThread and Looper architecture causes uncaught errors in activity or view callbacks to terminate an application. It presents a global error-handling approach that restarts the looper so the application can respond again, while recommending that caught crashes be sent to Firebase Crashlytics because they will no longer appear as standard crashes in Google Play reports.

### Source excerpt

Where in the Application is the main() Method Hidden?

## Porting Syzkaller to ReactOS (Evaluation-1) - GSoC 2020

DevFeed: [Porting Syzkaller to ReactOS (Evaluation-1) - GSoC 2020](<https://devfeed.tech/articles/porting-syzkaller-to-reactos-evaluation-1-gsoc-2020-32993.md>)

Original publisher: [Read original article](<https://reactos.org/blogs/porting-syzkaller-to-reactos-1-gsoc2020/>)

Published: 2020-06-30T00:00:00Z

Content type: article

Language: en

Sources: [Front Page on ReactOS Website](<https://devfeed.tech/sources/front-page-on-reactos-website.md>)

Topics: [ReactOS](<https://devfeed.tech/topics/reactos.md>), [Fuzzing/Fuzz testing](<https://devfeed.tech/topics/fuzzing.md>), [boot](<https://devfeed.tech/topics/boot.md>), [Google](<https://devfeed.tech/topics/google.md>), [coding](<https://devfeed.tech/topics/coding.md>)

Tags: [boot](<https://devfeed.tech/tags/boot.md>), [coding](<https://devfeed.tech/tags/coding.md>), [crashes](<https://devfeed.tech/tags/crashes.md>), [free](<https://devfeed.tech/tags/free.md>), [fuzzing](<https://devfeed.tech/tags/fuzzing.md>), [google](<https://devfeed.tech/tags/google.md>), [logging](<https://devfeed.tech/tags/logging.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [os](<https://devfeed.tech/tags/os.md>), [react](<https://devfeed.tech/tags/react.md>), [reactos](<https://devfeed.tech/tags/reactos.md>), [results](<https://devfeed.tech/tags/results.md>), [ssh](<https://devfeed.tech/tags/ssh.md>), [win32](<https://devfeed.tech/tags/win32.md>), [winapi](<https://devfeed.tech/tags/winapi.md>)

### AI overview

A GSoC 2020 progress report describes porting Syzkaller to ReactOS. The author reports booting ReactOS with UBSan enabled, getting Syz-stress and Syz-executor working, adding initial kernel32 function definitions, and fuzzing ReactOS with about 107 definitions, which produced approximately four crashes. Planned work includes SSH access, rebasing, shared-memory and KCOV support, and automated virtual-machine fuzzing.

### Source excerpt

Hey, I am Suraj K Suresh (@Freakston), In this post I'm going to be listing out what I've completed in Coding period-1 of GSoC. Status The initial part of setting up Syzkaller and being able to fuzz ReactOS is done. The link to grab ReactOS compatible syzkaller is as follows: Github. The detailed instruction on setting it up can be found here. Work-done Boot ReactOS with UBSan enabled. The branch which has UBSan enabled can be found in extravert34's fork of ReactOS.

## Porting Syzkaller to ReactOS - GSoC 2020

DevFeed: [Porting Syzkaller to ReactOS - GSoC 2020](<https://devfeed.tech/articles/porting-syzkaller-to-reactos-gsoc-2020-32995.md>)

Original publisher: [Read original article](<https://reactos.org/blogs/porting-syzkaller-to-reactos-gsoc-2020/>)

Published: 2020-06-04T00:00:00Z

Content type: article

Language: en

Sources: [Front Page on ReactOS Website](<https://devfeed.tech/sources/front-page-on-reactos-website.md>)

Topics: [ReactOS](<https://devfeed.tech/topics/reactos.md>), [Kernel](<https://devfeed.tech/topics/kernel.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [crashes](<https://devfeed.tech/tags/crashes.md>), [free](<https://devfeed.tech/tags/free.md>), [gsoc](<https://devfeed.tech/tags/gsoc.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [linux](<https://devfeed.tech/tags/linux.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [os](<https://devfeed.tech/tags/os.md>), [porting](<https://devfeed.tech/tags/porting.md>), [react](<https://devfeed.tech/tags/react.md>), [reactos](<https://devfeed.tech/tags/reactos.md>), [testing](<https://devfeed.tech/tags/testing.md>), [win32](<https://devfeed.tech/tags/win32.md>), [winapi](<https://devfeed.tech/tags/winapi.md>)

### AI overview

A ReactOS GSoC student describes porting Syzkaller, a Google coverage-guided kernel fuzzer, to ReactOS. The work includes restoring Windows x64 and x86 support, adapting required synchronization functions, and investigating a zombie executor process.

### Source excerpt

Hey, I am Suraj K Suresh (@Freakston), one of the GSoC students of ReactOS. This is the first time I've applied for GSoC and my mentors for the project are Victor Perevertkin and Timo Kreuzer. My project is "Porting Syzkaller to ReactOS". The project is getting one of the most famous Linux fuzzers to fuzz ReactOS. The project will lead to improvement of the kernel codebase by detecting code crashes.

## PG ConnectionBad (could not connect to server No such file or directory)

DevFeed: [PG ConnectionBad (could not connect to server No such file or directory)](<https://devfeed.tech/articles/pg-connectionbad-could-not-connect-to-server-no-such-file-or-directory-28220.md>)

Original publisher: [Read original article](<http://fuzzyblog.io/blog/postgres/2020/04/08/pg-connectionbad-could-not-connect-to-server-no-such-file-or-directory.html>)

Author: Fuzzygroup

Published: 2020-04-08T00:00:00Z

Content type: tutorial

Language: en

Sources: [Scott Johnson](<https://devfeed.tech/sources/scott-johnson.md>)

Topics: [Development](<https://devfeed.tech/topics/development.md>), [Homebrew](<https://devfeed.tech/topics/homebrew.md>), [osx](<https://devfeed.tech/topics/osx.md>), [Rails](<https://devfeed.tech/topics/rails.md>)

Tags: [crashes](<https://devfeed.tech/tags/crashes.md>), [development](<https://devfeed.tech/tags/development.md>), [errors](<https://devfeed.tech/tags/errors.md>), [osx](<https://devfeed.tech/tags/osx.md>), [personal](<https://devfeed.tech/tags/personal.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [rails](<https://devfeed.tech/tags/rails.md>)

### AI overview

A troubleshooting note for a PostgreSQL connection error on an OSX Mojave development machine. It explains that a stale postmaster.pid file can make Homebrew falsely report PostgreSQL as running, and recommends verifying that PostgreSQL is stopped before removing the file and restarting the service.

### Source excerpt

I've recently had the situation where my personal development box (OSX Mojave, Rails, Postgres) has become unstable with, at times, multiple crashes per day. I logged in this morning and found myself getting errors like this: PG::ConnectionBad (could not connect to server: No such file or directory) I did some digging and even though Postgres appeared to be running to brew, it was a false positive due to a leftover postmaster.pd file. Here was the fix: First make sure that postgres isn't running use ps i.e. **ps auwwx grep post**. Delete the file: /usr/local/var/postgres/postmaster.pid i.e. rm /usr/local/var/postgres/postmaster.pid At this point brew will, foolishly and oddly, still think Postgres is running so do do a brew restart postgres Here's a handy Stack Overflow reference. Note: Make absolutely sure that postgres is NOT running before you delete postmaster.pid or you risk serious database corruption / data loss.

## From RxJava to Kotlin Flow: Error Handling

DevFeed: [From RxJava to Kotlin Flow: Error Handling](<https://devfeed.tech/articles/from-rxjava-to-kotlin-flow-error-handling-38628.md>)

Original publisher: [Read original article](<https://krossovochkin.com/posts/2020_02_24_from_rxjava_to_kotlin_flow_error_handling/>)

Published: 2020-02-24T00:00:00Z

Content type: tutorial

Language: en

Sources: [Vasya Drobushkov](<https://devfeed.tech/sources/vasya-drobushkov.md>)

Topics: [kotlin-flow](<https://devfeed.tech/topics/kotlin-flow.md>), [RxJava](<https://devfeed.tech/topics/rxjava.md>), [Error Handling](<https://devfeed.tech/topics/error-handling.md>), [reactive](<https://devfeed.tech/topics/reactive.md>), [Exception](<https://devfeed.tech/topics/exception.md>), [Coroutines](<https://devfeed.tech/topics/coroutines.md>), [Programming](<https://devfeed.tech/topics/programming.md>)

Tags: [coroutine](<https://devfeed.tech/tags/coroutine.md>), [crashes](<https://devfeed.tech/tags/crashes.md>), [error-handling](<https://devfeed.tech/tags/error-handling.md>), [exception](<https://devfeed.tech/tags/exception.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [kotlin-flow](<https://devfeed.tech/tags/kotlin-flow.md>), [reactive](<https://devfeed.tech/tags/reactive.md>), [rxjava](<https://devfeed.tech/tags/rxjava.md>)

### AI overview

This tutorial compares error handling in RxJava and Kotlin Flow. It explains that RxJava propagates stream errors as terminal events to an Observer's onError callback, while Kotlin Flow uses coroutine exception handling, including try-catch and propagation to parent jobs or coroutine scopes.

### Source excerpt

Source This post is part of series of comparing RxJava to Kotlin Flow. Previous articles were about Threading and Backpressure. Introduction Error handling is fundamental in reactive programming. Reactive streams might fail with exception and propagate it as an event downstream notifying consumers on the error that happened. As in previous articles, we'll try to compare RxJava and Kotlin Flow error handling mechanisms. This might help us to migrate existing code from RxJava to Kotlin Flow and also understand how to properly use Kotlin Flow.

## Why Some Applications Should Crash on Unhandled Exceptions

DevFeed: [Why Some Applications Should Crash on Unhandled Exceptions](<https://devfeed.tech/articles/why-your-app-should-crash-28655.md>)

Original publisher: [Read original article](<https://jeroenmols.com/blog/2017/03/08/appcrash/>)

Author: info@jeroenmols.com (Jeroen Mols)

Published: 2017-03-08T00:00:00Z

Content type: opinion

Language: en

Sources: [Jeroen Mols](<https://devfeed.tech/sources/jeroen-mols.md>)

Topics: [App](<https://devfeed.tech/topics/app.md>), [exceptions](<https://devfeed.tech/topics/exceptions.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [app](<https://devfeed.tech/tags/app.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [blogs](<https://devfeed.tech/tags/blogs.md>), [cleancode](<https://devfeed.tech/tags/cleancode.md>), [code](<https://devfeed.tech/tags/code.md>), [crash](<https://devfeed.tech/tags/crash.md>), [crashes](<https://devfeed.tech/tags/crashes.md>), [developers](<https://devfeed.tech/tags/developers.md>), [exceptions](<https://devfeed.tech/tags/exceptions.md>), [issue](<https://devfeed.tech/tags/issue.md>), [notify](<https://devfeed.tech/tags/notify.md>), [production](<https://devfeed.tech/tags/production.md>), [state](<https://devfeed.tech/tags/state.md>), [tips](<https://devfeed.tech/tags/tips.md>), [trace](<https://devfeed.tech/tags/trace.md>)

### AI overview

This article argues that applications should sometimes crash when they reach an unsupported state. It uses null checks as an example, explaining that excessive checks can clutter code and conceal deeper issues, while unhandled exceptions can expose problems through crashes, traces, and crash reporting.

### Source excerpt

Too many times I've seen developers trying to avoid crashes at all cost. But are unhandled exceptions really that bad? And are null checks really the answer?

## USB stack improvements GSoC - Week 7

DevFeed: [USB stack improvements GSoC - Week 7](<https://devfeed.tech/articles/usb-stack-improvements-gsoc-week-7-33046.md>)

Original publisher: [Read original article](<https://reactos.org/blogs/usb-stack-improvements-gsoc-week-7/>)

Published: 2016-07-12T00:00:00Z

Content type: article

Language: en

Sources: [Front Page on ReactOS Website](<https://devfeed.tech/sources/front-page-on-reactos-website.md>)

Topics: [USB](<https://devfeed.tech/topics/usb.md>), [ReactOS](<https://devfeed.tech/topics/reactos.md>), [Refactoring](<https://devfeed.tech/topics/refactoring.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Programming](<https://devfeed.tech/topics/programming.md>)

Tags: [crashes](<https://devfeed.tech/tags/crashes.md>), [free](<https://devfeed.tech/tags/free.md>), [gsoc](<https://devfeed.tech/tags/gsoc.md>), [improvements](<https://devfeed.tech/tags/improvements.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [os](<https://devfeed.tech/tags/os.md>), [react](<https://devfeed.tech/tags/react.md>), [reactos](<https://devfeed.tech/tags/reactos.md>), [refactoring](<https://devfeed.tech/tags/refactoring.md>), [usb](<https://devfeed.tech/tags/usb.md>), [win32](<https://devfeed.tech/tags/win32.md>), [winapi](<https://devfeed.tech/tags/winapi.md>), [windows](<https://devfeed.tech/tags/windows.md>)

### AI overview

A Week 7 GSoC report on ReactOS USB stack work describes fixes to hub and Plug and Play interface handling, device creation routines, and existing functions. Testing found that physical-device removal crashes were gone, and a USB flash drive and composite device worked after reconnection.

### Source excerpt

I'll start this report from the good news. After starting GSoC's coding period, I was doing fixes and improvements of hub layer and was not repeating tests which was done by me in community bonding period (results provided in my first blog post). So by the end of this week I decided to test surprise-removal on VBox with 2k3 working with our USB stack. As result I saw that crashes on device removal (physical) are gone!

## USB 1.1 UHCI improvements GSoC - Week 4

DevFeed: [USB 1.1 UHCI improvements GSoC - Week 4](<https://devfeed.tech/articles/usb-1-1-uhci-improvements-gsoc-week-4-33041.md>)

Original publisher: [Read original article](<https://reactos.org/blogs/usb-11-uhci-improvements-gsoc-week-4/>)

Published: 2016-06-20T00:00:00Z

Content type: article

Language: en

Sources: [Front Page on ReactOS Website](<https://devfeed.tech/sources/front-page-on-reactos-website.md>)

Topics: [USB](<https://devfeed.tech/topics/usb.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [Memory Leaks](<https://devfeed.tech/topics/memory-leaks.md>), [Programming](<https://devfeed.tech/topics/programming.md>)

Tags: [crashes](<https://devfeed.tech/tags/crashes.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [free](<https://devfeed.tech/tags/free.md>), [guides](<https://devfeed.tech/tags/guides.md>), [memory-leaks](<https://devfeed.tech/tags/memory-leaks.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [os](<https://devfeed.tech/tags/os.md>), [programming](<https://devfeed.tech/tags/programming.md>), [react](<https://devfeed.tech/tags/react.md>), [reactos](<https://devfeed.tech/tags/reactos.md>), [usb](<https://devfeed.tech/tags/usb.md>), [win32](<https://devfeed.tech/tags/win32.md>), [winapi](<https://devfeed.tech/tags/winapi.md>)

### AI overview

This Week 4 progress report describes debugging ReactOS USB hub unload crashes and investigating PnP request handling in the WDM-based USB stack. Two crash-causing issues were fixed, allowing usbhub to be uninstalled with usbccgp loaded, although memory leaks and other stack issues remained.

### Source excerpt

TO LEARN HOW TO SWIM, YOU NEED TO GET INTO THE WATER. At the start of the week I was debugging the system crash on ROS's usbhub unload in Win2k3. I spent a lot of time asking questions and discussing topics related to WDM with my mentor Thfabba. He kind of kickstarted me, giving small tasks and then analyzing with me the results. During that sessions I have gathered many new tips related debugging and also started feeling much more confidently working with WDM.

## Google SoC lwIP Report Week 3

DevFeed: [Google SoC lwIP Report Week 3](<https://devfeed.tech/articles/google-soc-lwip-report-week-3-32790.md>)

Original publisher: [Read original article](<https://reactos.org/blogs/google-soc-lwip-report-week-3/>)

Published: 2016-06-12T00:00:00Z

Content type: article

Language: en

Sources: [Front Page on ReactOS Website](<https://devfeed.tech/sources/front-page-on-reactos-website.md>)

Topics: [lwIP](<https://devfeed.tech/topics/lwip.md>), [Data structures](<https://devfeed.tech/topics/data-structures.md>), [SOC](<https://devfeed.tech/topics/soc.md>), [client](<https://devfeed.tech/topics/client.md>), [Google](<https://devfeed.tech/topics/google.md>), [Server](<https://devfeed.tech/topics/server.md>)

Tags: [client](<https://devfeed.tech/tags/client.md>), [crashes](<https://devfeed.tech/tags/crashes.md>), [data-structure](<https://devfeed.tech/tags/data-structure.md>), [free](<https://devfeed.tech/tags/free.md>), [google](<https://devfeed.tech/tags/google.md>), [lwip](<https://devfeed.tech/tags/lwip.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [os](<https://devfeed.tech/tags/os.md>), [react](<https://devfeed.tech/tags/react.md>), [reactos](<https://devfeed.tech/tags/reactos.md>), [report](<https://devfeed.tech/tags/report.md>), [server](<https://devfeed.tech/tags/server.md>), [soc](<https://devfeed.tech/tags/soc.md>), [tcp](<https://devfeed.tech/tags/tcp.md>), [win32](<https://devfeed.tech/tags/win32.md>), [winapi](<https://devfeed.tech/tags/winapi.md>)

### AI overview

A week-three development report on integrating lwIP with a driver. The author corrected IP address extraction and achieved a successful TCP connection, then investigated operating-system crashes caused by incorrect socket binding and connection-context handling.

### Source excerpt

In week 3, I discovered a lot more about how data is being passed around. After more in depth inspection of the memory, I realized that Winsock was passing on the correct IP address; I just wasn't aware of the data structure it was using. After modifying my driver to correctly extract the IP address from the IRP, my test server and client performed a successful TCP connection hand shake, with my client program exiting correctly.

## June 2014 Meeting Minutes

DevFeed: [June 2014 Meeting Minutes](<https://devfeed.tech/articles/june-2014-meeting-minutes-33140.md>)

Original publisher: [Read original article](<https://reactos.org/project-news/june-2014-meeting-minutes/>)

Published: 2014-07-09T00:00:00Z

Content type: news

Language: en

Sources: [Front Page on ReactOS Website](<https://devfeed.tech/sources/front-page-on-reactos-website.md>)

Topics: [ReactOS](<https://devfeed.tech/topics/reactos.md>), [meetings](<https://devfeed.tech/topics/meetings.md>), [Development](<https://devfeed.tech/topics/development.md>), [bug](<https://devfeed.tech/topics/bug.md>)

Tags: [bug](<https://devfeed.tech/tags/bug.md>), [complete](<https://devfeed.tech/tags/complete.md>), [crashes](<https://devfeed.tech/tags/crashes.md>), [development](<https://devfeed.tech/tags/development.md>), [free](<https://devfeed.tech/tags/free.md>), [jira](<https://devfeed.tech/tags/jira.md>), [meetings](<https://devfeed.tech/tags/meetings.md>), [memory](<https://devfeed.tech/tags/memory.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [os](<https://devfeed.tech/tags/os.md>), [react](<https://devfeed.tech/tags/react.md>), [reactos](<https://devfeed.tech/tags/reactos.md>), [view](<https://devfeed.tech/tags/view.md>), [win32](<https://devfeed.tech/tags/win32.md>), [winapi](<https://devfeed.tech/tags/winapi.md>)

### AI overview

Minutes from ReactOS's June 2014 meeting, held on July 3, 2014, covering developer briefings and development priorities. Developers discussed work on memory management, the shell, shutdown support, infrastructure, the IRC bot, and ReactOS stability and promotion.

### Source excerpt

Due to scheduling conflicts (World Cup) the June meeting was moved to July 3rd. 2014-07-03 19:00 UTC dev.reactos.org, #meeting Proceedings Meeting started at 19:22 by Aleksey Bragin. Point 1: Developer Briefings Point 2: Development Focus Point 1 Developers went over brief summaries of their current work and their intended plans. Aleksandar Andrejevic has been working on the memory manager and intends to complete the transition from using the old MEMORY_AREA to virtual address descriptors.

## Developer services offline

DevFeed: [Developer services offline](<https://devfeed.tech/articles/developer-services-offline-33104.md>)

Original publisher: [Read original article](<https://reactos.org/project-news/developer-services-offline/>)

Published: 2013-11-25T00:00:00Z

Content type: news

Language: en

Sources: [Front Page on ReactOS Website](<https://devfeed.tech/sources/front-page-on-reactos-website.md>)

Topics: [ReactOS](<https://devfeed.tech/topics/reactos.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [upgrade](<https://devfeed.tech/topics/upgrade.md>), [servers](<https://devfeed.tech/topics/servers.md>)

Tags: [crashes](<https://devfeed.tech/tags/crashes.md>), [developer](<https://devfeed.tech/tags/developer.md>), [free](<https://devfeed.tech/tags/free.md>), [git](<https://devfeed.tech/tags/git.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [os](<https://devfeed.tech/tags/os.md>), [react](<https://devfeed.tech/tags/react.md>), [reactos](<https://devfeed.tech/tags/reactos.md>), [recovery](<https://devfeed.tech/tags/recovery.md>), [server](<https://devfeed.tech/tags/server.md>), [sysadmin](<https://devfeed.tech/tags/sysadmin.md>), [upgrade](<https://devfeed.tech/tags/upgrade.md>), [uptime](<https://devfeed.tech/tags/uptime.md>), [win32](<https://devfeed.tech/tags/win32.md>), [winapi](<https://devfeed.tech/tags/winapi.md>)

### AI overview

ReactOS developer services went offline after an unstable host server followed an attempted hypervisor upgrade. The outage affected virtual machines and services including mail, mailing lists, SVN, Git, buildbot, Testman, Jira, the old ReactOS website, and secondary DNS. The team was working to restore services on a new server, with mail issues and recovery timing still unresolved.

### Source excerpt

Updated at 13h21 CET: We are trying to restore all the services at the moment, on a new server. Everything should be working again. Let's hope it will be a stable server this time... Except issues with mail server and delays with mails for the moment. Dear all, On Saturday, we attempted an upgrade of one of our old hypervisor. If the upgrade went fine, it appears that the new server provided by our hoster is totally unstable.

[Next page](<https://devfeed.tech/tags/crashes.md?cursor=WyIyMDEzLTExLTI1VDAwOjAwOjAwKzAwOjAwIiwgImZiYjRhYzdhLTYwOTMtNDVjYS1hZDk0LTY0MmIyNDI1ODk5YSJd>)