gflags Questions

2

Solved

I have used gflags in my test to define custom flags. How can I pass such a flag to my test while running the test via bazel test command? For example: I can run a test multiple times using: baze...
Perihelion asked 15/6, 2018 at 14:28

1

Solved

I'm trying to build the library which included 'gflags/gflags.h' and am having trouble getting it to find. I installed gflags and glog with homebrew. CMake output says: -- Found installed vers...
Sandie asked 22/4, 2020 at 23:54

5

I'm testing React Native 0.56.0-rc.2 on Mac OS Mojave and Xcode 10. Running: react-native init TestProject --version="0.56.0-rc.2" cd TestProject npm run start react-native run-ios Which genera...
Profuse asked 17/6, 2018 at 12:48

1

When I run gflags on windows 7, it should come up with UI but it doesn't. I see a brief black command window which then exits and gflags UI never comes up. It probably work from command prompt but ...
Panzer asked 31/8, 2016 at 17:12

2

Solved

I am currently trying to debug a memory leak in one of my applications (yeah, that crap again...), and trying to set gflags settings, but the dialog won't open up. I installed the Windows 10 SDK (I...
Instructor asked 24/10, 2016 at 14:8

1

I use gflags like this: flags.DEFINE_string('logdir', None, 'Directory where logs are stored.') However, I would like gflags to show the help when somebody does not define --logdir. How can I m...
Alaniz asked 18/5, 2016 at 16:41

1

I am having problem installing gflags. If I use apt-get as written in (https://github.com/gflags/gflags/blob/master/INSTALL.md) I get the following error sudo apt-get install gflags Reading packag...
Rowena asked 4/6, 2015 at 16:14

1

Solved

I'm currently having an error while trying to remove the flag "Enable heap tagging by DLL" with the debug tool GFlags for so-called "image": the application I was debugging. I get an "Unable to sa...
Sitsang asked 27/8, 2014 at 17:46

1

Solved

How do I use and benefit from the GFlags setting Enable heap tagging by DLL? I know how to activate the setting for a process, but I did not find useful information in the output of !heap -t in Wi...
Sailer asked 24/4, 2014 at 8:57

2

Solved

On one production site our application(*) crashes repeatedly, but non-reproducibly. Analyzing the crash dumps clearly shows that it's a heap corruption: The crashes are at different location, but a...
Strength asked 26/9, 2013 at 8:35

2

I'm trying to get oauth to work on Google App Engine (GAE), but I'm unable to import the OAuth2Decorator, because it tries to import gflags and fails. In command line I've ran help('modules') and ...

2

Solved

In the book "JavaScript: The Good Parts", it explains method string.match(regexp) as below: The match method matches a string and a regular expression. How it does this depends on the g flag. I...
Devault asked 5/6, 2012 at 16:42
1

© 2022 - 2024 — McMap. All rights reserved.