FLTK logo

Re: [fltk.coredev] Windows 11 crash (still investigating)

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.coredev  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: Windows 11 crash (still investigating) Manolo 02:29 Apr 28  
 
Fl_Window.cxx line 595
  Fl_Widget* p = parent(); for (;p->visible();p = p->parent()) {}
has been unchanged since at least 30 october 2002 (22 years). So, it's surprising a null pointer derefencing
popups up today. We should know exactly if the crash is caused by p being null and p->visible()
being attempted. It could be that p has been deleted before which would be another kind of
error, more likely in the client program.

--
You received this message because you are subscribed to the Google Groups "fltk.coredev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkcoredev+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkcoredev/d46b21c7-d3c9-42cc-9a79-70c311d6c947n%40googlegroups.com.
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.