Displaying 3 results from an estimated 3 matches for "updatepag".
Did you mean:
updatepage
1999 Jan 31
0
SMBfs: bug in 2.2.1 ?
Hi,
I've noticed what seems to be a bug in the SMBfs page write code. It seems
that the code in generic_file_write has changed fairly recently, and
it is now a bug for the 'updatepage' code to clear the page lock and
serve the wait queue. Unfortunately nobody seems to have removed the
call to 'smb_unlock_page(page)' in 'smb_writepage_sync'.
Would people who've been seeing problems with the smbfs client in
2.2.1 please try the appended one-liner and se...
2006 Nov 18
0
java.lang.RuntimeException: Unable to execute interpreter: [
...o execute interpreter:
[C:/InstantRails/ruby/bin/ri, --no-pager, -l]null
at
org.rubypeople.rdt.internal.ui.infoviews.RIView$RubyInvoker.invoke(Unknown
Source)
at
org.rubypeople.rdt.internal.ui.infoviews.RIView.initSearchList(Unknown
Source)
at org.rubypeople.rdt.internal.ui.infoviews.RIView.updatePage(Unknown
Source)
at
org.rubypeople.rdt.internal.ui.infoviews.RIView.createPartControl(Unknown
Source)
at
org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:332)
at
org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:197)
at
org.eclipse.ui.internal.Wo...
2018 Sep 14
0
Wine release 3.16
...x in a comment.
Gabriel Ivăncescu (10):
shell32/autocomplete: Revamp pwzsRegKeyPath handling so it can deal with arbitrary sizes and make it more robust.
shell32/autocomplete: Fix handling of Backspace and Delete.
comctl32/listbox: Update the size in SetColumnWidth before calling UpdatePage.
user32/listbox: Update the size in SetColumnWidth before calling UpdatePage.
shell32/autocomplete: Fix a vulnerability by avoiding the use of snprintf.
shell32/autocomplete: Handle heap_alloc failure.
shell32/autocomplete: Reduce the strlen calls because they are redundant...