Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

..\..\common\alloc.c:1652: sysnum_UserConnectToServer != -1 (error finding alloc syscall #) #419

Closed
derekbruening opened this issue Nov 28, 2014 · 6 comments

Comments

@derekbruening
Copy link
Contributor

From [email protected] on May 26, 2011 09:10:05

This is net_unittests on XP32:
C:\chromium\src>tools\valgrind\chrome_tests.bat -t net --tool drmemory --tool_flags="--use_debug"
--gtest_filter="HttpAuthHandlerFactoryTest.DefaultFactory:CookieMonsterTest.TestHostGarbageCollection:HttpAuthTest.ChooseBestChallenge"

Original issue: http://code.google.com/p/drmemory/issues/detail?id=419

@derekbruening
Copy link
Contributor Author

From [email protected] on May 26, 2011 06:22:48

The asserting line was introduced in r290 And it has led to crashes on a number of tests https://code.google.com/p/chromium/issues/detail?id=82401 [this bug shows a regression between r273 and r293 ]

Status: Started
Owner: [email protected]

@derekbruening
Copy link
Contributor Author

From [email protected] on May 26, 2011 06:48:28

Labels: -Bug-ToolCrash Bug-Assert

@derekbruening
Copy link
Contributor Author

From [email protected] on May 26, 2011 06:52:14

if this isn't exported then issue #388 covers a general soln

@derekbruening
Copy link
Contributor Author

From [email protected] on May 26, 2011 08:30:22

Looks like there's no UserConnectToServer on XP32
(maybe absent only on XP32 or just any 32-bit Windows; it's present on XP64)

(in windbg on Wordpad.exe)

.symfix+ C:\src\symbols
.reload
.........
x !UserConnectToServer
*
* ERROR: Module load completed but symbols could not be loaded for C:\WINDOWS\system32\xpsp2res.dll
*** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINDOWS\System32\spool\DRIVERS\W32X86\3\CUPSPS6.DLL -
.frame 1
01 00f6fff4 00000000 ntdll!DbgUiRemoteBreakin+0x2d

Maybe we should just relax this assert?
Do you want to take this over?
You can use my XP32 machine to debug

@derekbruening
Copy link
Contributor Author

From [email protected] on May 26, 2011 13:24:02

Owner: [email protected]

@derekbruening
Copy link
Contributor Author

From [email protected] on May 26, 2011 17:25:52

This issue was closed by revision r312 .

Status: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant