search for: create_object

Displaying 9 results from an estimated 9 matches for "create_object".

2015 Nov 22
2
nouveau: iowrite32 oops & warning at drivers/gpu/drm/nouveau/nouveau_fence.c:198
...che_alloc_trace+0x123/0x290 [<ffffffff8201a263>] ? nv84_fence_context_new+0x73/0x2d0 [<ffffffff8201a28d>] nv84_fence_context_new+0x9d/0x2d0 [<ffffffff8201b351>] nvc0_fence_context_new+0x11/0x70 [<ffffffff820155f1>] nouveau_channel_new+0x7e1/0xca0 [<ffffffff8130fc6c>] ? create_object+0x28c/0x4d0 [<ffffffff82014e10>] ? nouveau_channel_prep+0x4b0/0x4b0 [<ffffffff8130fde6>] ? create_object+0x406/0x4d0 [<ffffffff8130f9e0>] ? kmemleak_disable+0x70/0x70 [<ffffffff82012d57>] ? nouveau_abi16_get+0x37/0x80 [<ffffffff8118dfc6>] ? trace_hardirqs_on_caller+0x1...
2015 Nov 22
0
nouveau: iowrite32 oops & warning at drivers/gpu/drm/nouveau/nouveau_fence.c:198
...90 > [<ffffffff8201a263>] ? nv84_fence_context_new+0x73/0x2d0 > [<ffffffff8201a28d>] nv84_fence_context_new+0x9d/0x2d0 > [<ffffffff8201b351>] nvc0_fence_context_new+0x11/0x70 > [<ffffffff820155f1>] nouveau_channel_new+0x7e1/0xca0 > [<ffffffff8130fc6c>] ? create_object+0x28c/0x4d0 > [<ffffffff82014e10>] ? nouveau_channel_prep+0x4b0/0x4b0 > [<ffffffff8130fde6>] ? create_object+0x406/0x4d0 > [<ffffffff8130f9e0>] ? kmemleak_disable+0x70/0x70 > [<ffffffff82012d57>] ? nouveau_abi16_get+0x37/0x80 > [<ffffffff8118dfc6>] ? tra...
2011 May 31
2
Winetricks wininet
workaround can't be used in wine 1.3.21 winetricks wininet wine iexplore fixme:urlmon:create_object Could not find object for MIME L"application/x-gzip-compressed"
2006 Apr 07
3
activeLDAP - ldap_mapping - wildcard
Hi, I''ve a problem and I don''t know if it is solvable with activeLDAP. Here is an example of the tree structure of our LDAP server. The structure isn''t exactly like that, but is similare and I can already access almost any informations of a user when I''m logging as this user. The probleme come when using the belong_to, has_many and ldap_mapping has you will
2010 Mar 01
6
[Bug 26813] New: Nouveau ioremap WARNING with current Linus' git tree
...188, comm: modprobe Not tainted 2.6.33 #11 [ 14.072396] Call Trace: [ 14.072407] [<c1030bbe>] warn_slowpath_common+0x65/0x95 [ 14.072416] [<c1030c00>] warn_slowpath_null+0x12/0x15 [ 14.072425] [<c101d24a>] __ioremap_caller+0xd1/0x247 [ 14.072435] [<c10b6e4b>] ? create_object+0x1fa/0x207 [ 14.072443] [<c101d464>] ioremap_wc+0x1e/0x28 [ 14.072455] [<f81a19d0>] ? ttm_mem_reg_ioremap+0x70/0x93 [ttm] [ 14.072467] [<f81a19d0>] ttm_mem_reg_ioremap+0x70/0x93 [ttm] [ 14.072498] [<f8217588>] ? nouveau_bo_wr32+0x3ab/0x735 [nouveau] [ 14.07251...
2008 Jul 27
1
Warhammer Online - Wine 1.1.2 - d3d errors
...131774)->((null) 21 2 (nil) (nil)) fixme:mshtml:HlinkTarget_SetBrowseContext (0x135d58)->((nil)) fixme:urlmon:URLMonikerImpl_BindToObject use running object table fixme:shdocvw:BindStatusCallback_OnProgress status code 11 fixme:shdocvw:BindStatusCallback_OnProgress status code 14 fixme:urlmon:create_object Could not find object for MIME L"text/xml" err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element fixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 32 vertex samplers and 32 total samplers fixme:d3d:IWineD3DImpl_FillGLCaps Expected vertex samplers...
2016 Feb 19
2
No matching endpoint found for incoming call from SIP trunk
Thanks George, for your mighty quick response. I made the changes (re: server_uri_pattern etc.) and still, no luck--it fails for the same error. BTW, there is nothing for transport (but this is the same config from my SIP/UDP + Twilio days, which worked): *CLI> pjsip show transport twilio-siptrunk Unable to find object twilio-siptrunk. *CLI> pjsip show identifies No objects found. I did
2011 Sep 23
0
Wine release 1.3.29
...ts. vbscript: Added exit for statement support. vbscript: Added support for DISPATCH_METHOD flags in invoke_builtin. vbscript: Lookup global object before host-provided objects. vbscript: Added CreateObject implementation. vbscript: Added support for IObjectWithSite in create_object. vbscript: Added CreateObject tests (based on jscript ActiveXObject tests). vbscript: Better stub for interp_errmode. widl: Define __REQUIRED_RPCNDR_H_VERSION__ in generated headers. Josh Juran (1): gdi32: Simplify logic in WineEngGetFontData(). Juan Lang (3): wintru...
2007 Dec 06
43
Mocks? Really?
OK, so i''ve played a bit with mocks and mock_models in controller and view tests and i have a question. Is this statement really correct: "We highly recommend that you exploit the mock framework here rather than providing real model objects in order to keep the view specs isolated from changes to your models." (http://rspec.rubyforge.org/documentation/rails/writing/views.html