Displaying 4 results from an estimated 4 matches for "invalidargumentexception".
Did you mean:
nsinvalidargumentexception
2009 May 26
0
[LLVMdev] Exception Personality Function
...ind label %catch
catch:
;; Catch and decode the exception
%eh_ptr = call i8* @llvm.eh.exception()
%eh_action = call i32 (i8*, i8*, ...)* @llvm.eh.selector.i32(
i8* %eh_ptr,
i8* bitcast (i32 (i32, i32, i64, i8*, i8*)* @__tart_eh_personality
to i8*),
%tart.reflect.Type* @tart.core.InvalidArgumentException.type,
%tart.reflect.Type* @tart.core.Throwable.type)
;; subtract offset of UnwindExceptInfo member within class Throwable
%0 = bitcast i8* %eh_ptr to [0 x i8]*
%eh_throwable = getelementptr [0 x i8]* %0, i32 0,
i32 sub (i32 0, i32 ptrtoint (%2* getelementptr (
%tart.core.Throw...
2013 Jul 11
0
[LLVMdev] [cfe-dev] Phabricator down
Is Phabricator down again? I'm starting to see the following:
[Rendering Exception] Multiple exceptions during processing and rendering.
- AphrontQueryConnectionException: Attempt to connect to
phabricator at localhost failed with error #1040: Too many connections.
- InvalidArgumentException: Argument 1 passed to
AphrontView::setUser() must be an instance of PhabricatorUser, null
given, called in
/srv/http/phabricator/src/view/page/PhabricatorStandardPageView.php on
line 197 and defined
On Mon, Jul 8, 2013 at 8:17 AM, Manuel Klimek <klimek at google.com> wrote:
> We shoul...
2013 Jul 11
1
[LLVMdev] [cfe-dev] Phabricator down
...s Phabricator down again? I'm starting to see the following:
>
> [Rendering Exception] Multiple exceptions during processing and rendering.
> - AphrontQueryConnectionException: Attempt to connect to phabricator at localhost failed with error #1040: Too many connections.
> - InvalidArgumentException: Argument 1 passed to AphrontView::setUser() must be an instance of PhabricatorUser, null given, called in /srv/http/phabricator/src/view/page/PhabricatorStandardPageView.php on line 197 and defined
>
>
>
>
> On Mon, Jul 8, 2013 at 8:17 AM, Manuel Klimek <klimek at google.com>...
2013 Jul 08
2
[LLVMdev] Phabricator down
We should be back up - please let me know if anything doesn't work as
expected...
Cheers,
/Manuel
On Mon, Jul 8, 2013 at 12:15 PM, Chandler Carruth <chandlerc at google.com>wrote:
> Just as a tiny update, Manuel is actively working on it, but a small issue
> has turned into a larger issue... stay tuned...
>
>
> On Sun, Jul 7, 2013 at 10:11 AM, Manuel Klimek <klimek