Displaying 6 results from an estimated 6 matches for "eventbase".
2005 Dec 01
0
[fdo] Programming problems in Dual Head Mode.
...Xserver in Dual Head Mode. I can't see any thing on both screens. The 
Code to Init the display is shown as below:
>   display = XOpenDisplay(NULL);
>    if (display == NULL)
>     fprintf(stderr, "Can not open display\n");
>
>  if (!XMBXDHQueryExtension(display, &eventBase, &errorBase))
>   {
>     printf("XMBXDHQueryExtension failed\n");
>     exit(0);
>   }
>
>   if (!XMBXDHQueryVersion(display, &major, &minor, &patch) ||
>         major < 1 ||
>         minor < 0 ||
>         patch < 0)
>   {
>...
2005 Dec 05
0
[fdo] Programming problems in Dual Head Mode with Tiny-X.
...e
Xserver in Dual Head Mode. I can't see any thing on both screens. The
Code to Init the display is shown as below:
>   display = XOpenDisplay(NULL);
>    if (display == NULL)
>     fprintf(stderr, "Can not open display\n");
>
>  if (!XMBXDHQueryExtension(display, &eventBase, &errorBase))
>   {
>     printf("XMBXDHQueryExtension failed\n");
>     exit(0);
>   }
>
>   if (!XMBXDHQueryVersion(display, &major, &minor, &patch) ||
>         major < 1 ||
>         minor < 0 ||
>         patch < 0)
>   {
>...
2016 Mar 26
2
DW_TAG_member extends beyond the bounds error on Linux
...gPiece)>) quote = {}
(std::basic_fbstring<char, std::char_traits<char>, std::allocator<char>,
std::fbstring_core<char> >) desc = {
  store_ = {
     = {
      small_ = {}
      ml_ = (data_ = "", size_ = 73415312, capacity_ = 140536494141696)
    }
  }
}
(folly::EventBase *) eb = 0x00007fd133cfb888
(apache::thrift::concurrency::ThreadManager *) tm = 0x00007fd133cfb570
I suspect each one may be different root cause. I was able to capture one
callstack of a small repro:
Breakpoint 1, DWARFASTParserClang::ParseChildMembers (this=0x8c4520,
sc=..., parent_die=..., clas...
2016 Mar 27
0
DW_TAG_member extends beyond the bounds error on Linux
...lt;char, std::char_traits<char>, std::allocator<char>,
> std::fbstring_core<char> >) desc = {
>   store_ = {
>      = {
>       small_ = {}
>       ml_ = (data_ = "", size_ = 73415312, capacity_ = 140536494141696)
>     }
>   }
> }
> (folly::EventBase *) eb = 0x00007fd133cfb888
> (apache::thrift::concurrency::ThreadManager *) tm = 0x00007fd133cfb570
>
> I suspect each one may be different root cause. I was able to capture one
> callstack of a small repro:
>
> Breakpoint 1, DWARFASTParserClang::ParseChildMembers (this=0x8c4520,...
2016 Mar 27
1
DW_TAG_member extends beyond the bounds error on Linux
...;, std::allocator<char>,
>> std::fbstring_core<char> >) desc = {
>>   store_ = {
>>      = {
>>       small_ = {}
>>       ml_ = (data_ = "", size_ = 73415312, capacity_ = 140536494141696)
>>     }
>>   }
>> }
>> (folly::EventBase *) eb = 0x00007fd133cfb888
>> (apache::thrift::concurrency::ThreadManager *) tm = 0x00007fd133cfb570
>>
>> I suspect each one may be different root cause. I was able to capture one
>> callstack of a small repro:
>>
>> Breakpoint 1, DWARFASTParserClang::ParseChild...
2016 Mar 27
0
DW_TAG_member extends beyond the bounds error on Linux
...gt;> std::fbstring_core<char> >) desc = {
>>>   store_ = {
>>>      = {
>>>       small_ = {}
>>>       ml_ = (data_ = "", size_ = 73415312, capacity_ = 140536494141696)
>>>     }
>>>   }
>>> }
>>> (folly::EventBase *) eb = 0x00007fd133cfb888
>>> (apache::thrift::concurrency::ThreadManager *) tm = 0x00007fd133cfb570
>>>
>>> I suspect each one may be different root cause. I was able to capture
>>> one callstack of a small repro:
>>>
>>> Breakpoint 1, DWARFAS...