Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • phosh phosh
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 239
    • Issues 239
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 29
    • Merge requests 29
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • World
  • Phosh
  • phoshphosh
  • Merge requests
  • !1146

log: Guard against setting g_log_set_writer_func() multiple times

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Evangelos Ribeiro Tzaras requested to merge devrtz/phosh:guard-_log_writer_func_set_multiple_times into main Sep 21, 2022
  • Overview 2
  • Commits 2
  • Pipelines 3
  • Changes 2

Some tests recently started failing:

GLib-ERROR **: 08:25:34.271: g_log_set_writer_func() called multiple times

So guard against it.

Addresses parts of #841 (closed)

This is only treating the symptoms as I've not checked in detail why now it ends up being called twice.

Edited Sep 21, 2022 by Evangelos Ribeiro Tzaras
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: guard-_log_writer_func_set_multiple_times