bugThe Stump Window Manager - Bugs: bug #27560, no applicable method for...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #27560: no applicable method for window-group with args (nil)

Submitter:  None
Submitted:  Wed 30 Sep 2009 04:28:47 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open

Sun 25 Oct 2009 12:24:03 PM UTC, comment #1: 

It looks like the window has WM_TRANSIENT_FOR set to an invalid value, so in shadows-of window-by-id returns nil which is then passed to transients-of.  This would make it a client bug, albeit one we should handle more gracefully.  Alternatively there could be some reason that the window ID in WM_TRANSIENT_FOR has not made it into xwin-to-window.

Ben Spencer <dangerousben>
Group administrator
Wed 30 Sep 2009 04:28:47 AM UTC, original submission:  

I got this error on sbcl 1.0.28-lin32 using whatever was in revision control on may-26-09.  It happened after launching a new application that wanted to create a centered child window.

Caught 'There is no applicable method for the generic function
          #<STANDARD-GENERIC-FUNCTION STUMPWM::WINDOW-GROUP (1)>
        when called with arguments
          (NIL).' at the top level. Please report this.
0: (SB-DEBUG::MAP-BACKTRACE #<CLOSURE (LAMBDA #) {B510285}>)[:EXTERNAL]
1: (SB-DEBUG:BACKTRACE 100 #<SB-IMPL::STRING-OUTPUT-STREAM {B510231}>)
2: (STUMPWM::BACKTRACE-STRING)
3: (STUMPWM::PERFORM-TOP-LEVEL-ERROR-ACTION #<SIMPLE-ERROR {B50FDD1}>)
4: (SIGNAL #<SIMPLE-ERROR {B50FDD1}>)[:EXTERNAL]
5: (ERROR
    "~@<There is no applicable method for the generic function ~2I~_~S~
          ~I~_when called with arguments ~2I~_~S.~:>")[:EXTERNAL]
6: ((SB-PCL::FAST-METHOD NO-APPLICABLE-METHOD (T))
    #<unavailable argument>
    #<unavailable argument>
    #<STANDARD-GENERIC-FUNCTION STUMPWM::WINDOW-GROUP (1)>)[:EXTERNAL]
7: (STUMPWM::WINDOW-SCREEN NIL)
8: (STUMPWM::X-OF NIL STUMPWM::ONLY-TRANSIENTS)
9: (STUMPWM::SHADOWS-OF #S(TILE-WINDOW "ISim" #x16020EB))
10: (STUMPWM::MODALS-OF #S(TILE-WINDOW "Creating database......" #x1600058))
11: (STUMPWM::RAISE-MODALS-OF
     #S(TILE-WINDOW "Creating database......" #x1600058))
12: (STUMPWM::HANDLE-EVENT)[:EXTERNAL]
13: ((FLET SB-THREAD::WITH-RECURSIVE-LOCK-THUNK))
14: ((FLET #:WITHOUT-INTERRUPTS-BODY-[CALL-WITH-RECURSIVE-LOCK]291))
15: (SB-THREAD::CALL-WITH-RECURSIVE-LOCK
     #<CLOSURE (FLET SB-THREAD::WITH-RECURSIVE-LOCK-THUNK) {5A1CF5}>
     #S(SB-THREAD:MUTEX
        :NAME "CLX Event Lock"
        :%OWNER #<SB-THREAD:THREAD "initial thread" RUNNING {B2C5931}>
        :STATE 1))
16: (XLIB:PROCESS-EVENT #<XLIB:DISPLAY :1 (The XFree86 Project, Inc R40300000)>)[:EXTERNAL]
17: (STUMPWM::STUMPWM-INTERNAL-LOOP)
18: (STUMPWM::STUMPWM-INTERNAL ":1.0")
19: (STUMPWM ":1.0")
20: ((LAMBDA ()))
21: ((LABELS SB-IMPL::RESTART-LISP))

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by dangerousben (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code