Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 295585 Details for
Bug 392925
kde-base/smokekde-4.7.4 - /bin/sh: line 1: 10019 Segmentation fault /usr/bin/smokegen -config [...]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
patch from upstream
changeset_r50f01c2d6b28110f8517a77960e456c1125bdb6e.diff (text/plain), 784 bytes, created by
Erik Zeek
on 2011-12-12 18:24:45 UTC
(
hide
)
Description:
patch from upstream
Filename:
MIME Type:
Creator:
Erik Zeek
Created:
2011-12-12 18:24:45 UTC
Size:
784 bytes
patch
obsolete
>commit 50f01c2d6b28110f8517a77960e456c1125bdb6e >Author: Arno Rehn <arno@arnorehn.de> >Date: Sat Dec 3 17:57:43 2011 +0100 > > fix a crash when generating the akonadi bindings > > BUG: 283677 > >diff --git a/type_compiler.cpp b/type_compiler.cpp >index 6ebf602..6e4ab70 100644 >--- a/type_compiler.cpp >+++ b/type_compiler.cpp >@@ -191,6 +191,8 @@ void TypeCompiler::visitParameterDeclaration(ParameterDeclarationAST* node) > > void TypeCompiler::visitPtrOperator(PtrOperatorAST* node) > { >+ if ( ! m_session->token_stream ) return; >+ if ( ! token_text(m_session->token_stream->kind(node->op)) ) return; > if (token_text(m_session->token_stream->kind(node->op))[0] == '*') { > QPair<bool, bool> cv = m_visitor->parseCv(node->cv); > pointerDepth.append(cv.first);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 392925
:
294523
| 295585