Windows error 0x0000009D, 157

Detailed Error Information

DISCARDED[1]

MessageThe segment is already discarded and cannot be locked.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x8007009D.

HRESULT analysis: flags: none; facility: 0 (FACILITY_NULL); error: 157 (more)

Questions

3votes
1answer

Git dependency errors when using Composer with private VCS repository on IBM i

More details below, but I'm running into the following error when I issue a composer install or composer update command on a project which uses a custom VCS repository for an included project. This is on an IBM i v7r3 system via SSH session. I've run out of ideas on [...] read more
bash
git
composer-php
ibm-midrange
2votes
0answers

How to write machine language commands directly to ELF executable

I'm currently using NASM to take some assembly code commands, make a .o file, and then using ld to link it to an ELF executable. My assembly file ok.asm: section .text global _start ;must be declared for linker (ld) _start: ;tells linker entry point mov edx,len ;message length mov ecx,msg [...] read more
assembly
nasm
elf
machine-code
machine-language
2votes
3answers

Creating multiple dialogs in an MFC app with no main Window, they become children of each other

(title updated) Following on from this question, now I have a clearer picture what's going on... I have a MFC application with no main window, which exposes an API to create dialogs. When I call some of these methods repeatedly, the dialogs created are parented to each other instead of [...] read more
mfc
winapi
2votes
1answer

Openstack VM instance SHUTOFF after few minute

For learning purpose i have build openstack on VirtualBox with 2 vCPU and 4GB Memory. It installed successfully and i am able to start VM instances but what happened is guest VM got SHUTOFF status after few minutes. I have google this issue but didn't get proper answer. I have [...] read more
virtual-machine
openstack
openstack-nova
1vote
1answer

After resizing an encrypted LVM device, the machine takes 4 hours to boot

I have a host, under Debian Wheezy. The virtualisation software is qemu/KVM, and uses LVM Volumes as disks for the guests. The guests all have been installed using debian wheezy, full-disk encryption, LVM (/boot is out of the luks device, LVM is divided into /, /home, swap). Two times I [...] read more
debian
lvm
encryption
-1votes
2answers

Inserting a byte into a mutli byte type by index

I have found this answer to a similar question where one can extract a byte from a larger type. What I would like to know is what would be the reverse of this procedure by the use of an index value? To extract a byte from a 32bit type user [...] read more
c++
byte
c++17
logical-operators

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0